* configure.ac: minor
This commit is contained in:
@ -43,15 +43,11 @@ AM_PROG_LIBTOOL
|
|||||||
|
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
|
|
||||||
AC_CHECK_HEADERS([locale.h langinfo.h])
|
AC_CHECK_HEADERS([locale.h langinfo.h wordexp.h])
|
||||||
|
|
||||||
# use the 64-bit versions
|
# use the 64-bit versions
|
||||||
AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
# check for some libs
|
|
||||||
AC_CHECK_LIB([uuid], [uuid_generate_random],[],AC_MSG_ERROR([libuuid not found]))
|
|
||||||
AC_CHECK_LIB([z], [inflateEnd], [],AC_MSG_ERROR([zlib not found]))
|
|
||||||
|
|
||||||
|
|
||||||
# check for makeinfo
|
# check for makeinfo
|
||||||
AC_CHECK_PROG(have_makeinfo,makeinfo,yes,no)
|
AC_CHECK_PROG(have_makeinfo,makeinfo,yes,no)
|
||||||
|
|||||||
Reference in New Issue
Block a user