Checking for iconv(3) in separate libiconv (e.g. on FreeBSD)
This commit is contained in:
parent
c4b75b7811
commit
b62590493a
@ -70,6 +70,10 @@ if test ! $ac_cv_func_fseeko; then
|
|||||||
AC_ERROR([Libburn requires largefile support.])
|
AC_ERROR([Libburn requires largefile support.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
dnl If iconv(3) is in an extra lib, then it gets added to variable LIBS.
|
||||||
|
dnl If not, then no -liconv will be added.
|
||||||
|
AC_CHECK_LIB(iconv, iconv, , )
|
||||||
|
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
AC_SUBST(LIBTOOL_DEPS)
|
AC_SUBST(LIBTOOL_DEPS)
|
||||||
LIBTOOL="$LIBTOOL --silent"
|
LIBTOOL="$LIBTOOL --silent"
|
||||||
|
@ -43,6 +43,10 @@ if test ! $ac_cv_func_fseeko; then
|
|||||||
AC_ERROR([Libburn requires largefile support.])
|
AC_ERROR([Libburn requires largefile support.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
dnl If iconv(3) is in an extra libiconv, then it gets added to variable LIBS.
|
||||||
|
dnl If not, then no -liconv will be added.
|
||||||
|
AC_CHECK_LIB(iconv, iconv, , )
|
||||||
|
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
AC_SUBST(LIBTOOL_DEPS)
|
AC_SUBST(LIBTOOL_DEPS)
|
||||||
LIBTOOL="$LIBTOOL --silent"
|
LIBTOOL="$LIBTOOL --silent"
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2009.02.04.200055"
|
#define Xorriso_timestamP "2009.02.04.200653"
|
||||||
|
Loading…
Reference in New Issue
Block a user