Mon Mar 10 19:25:39 2008 Michael Jennings (mej)

Do not require bleeding-edge autoFUCK tools.
----------------------------------------------------------------------


SVN revision: 33979
This commit is contained in:
Michael Jennings 2008-03-11 02:25:29 +00:00
parent 3dedc3559e
commit cbe71c7569
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ PKG_PROG_PKG_CONFIG
dnl check common functions and headers
AC_CHECK_FUNCS(gettimeofday)
AC_CHECK_FUNCS(strlcpy)
AC_CHECK_HEADERS_ONCE(dlfcn.h features.h langinfo.h locale.h netinet/in.h sys/mman.h sys/time.h windows.h winsock2.h)
AC_CHECK_HEADERS(dlfcn.h features.h langinfo.h locale.h netinet/in.h sys/mman.h sys/time.h windows.h winsock2.h)
AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
AC_SUBST(dlopen_libs)