* configure.ac: minor

This commit is contained in:
djcb 2012-09-16 16:31:03 +03:00
parent 6bff28a6ff
commit 267d7adad1
1 changed files with 1 additions and 5 deletions

View File

@ -43,15 +43,11 @@ AM_PROG_LIBTOOL
AC_PROG_AWK
AC_CHECK_HEADERS([locale.h langinfo.h])
AC_CHECK_HEADERS([locale.h langinfo.h wordexp.h])
# use the 64-bit versions
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
AC_CHECK_PROG(have_makeinfo,makeinfo,yes,no)