* Missing autoconf check for mmap64().

This commit is contained in:
Sam Hocevar 2007-01-06 20:01:51 +00:00 committed by sam
parent ee2a4cec8b
commit c31cfd5c80

View File

@ -27,7 +27,7 @@ if test "$build" != "$host" -a "${PKG_CONFIG_LIBDIR}" = ""; then
fi
AC_CHECK_HEADERS(inttypes.h stdint.h getopt.h)
AC_CHECK_FUNCS(open64 lseek64 fopen64 getline getdelim __getdelim fgetln)
AC_CHECK_FUNCS(open64 lseek64 mmap64 fopen64 getline getdelim __getdelim fgetln)
AC_CHECK_TYPES(sighandler_t, [], [],
[#define _GNU_SOURCE
#include <signal.h>])