X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=738ca16a5742b482681012028a69cdb9c5a6dfbd;hb=06f9ee45954e5e71fa7f6262dbf37defa1dbf996;hp=4859d654476625f6da53ab8cd14f8eb63349d1ed;hpb=92bfefccd465052e492f669ce561aa25b0110283;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 4859d654..738ca16a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,8 @@ AM_GNU_GETTEXT AM_GNU_GETTEXT_VERSION dnl Prevents autoreconf complaint. dnl Checks for libraries. +AC_SYS_LARGEFILE +AC_FUNC_FSEEKO AC_CHECK_LIB(m, sin) AC_CHECK_LIB(gmp, mpf_get_str,, AC_CHECK_LIB(gmp, __gmpf_get_str,, @@ -94,7 +96,7 @@ AC_REPLACE_FUNCS([memmove memset stpcpy strpbrk strerror strtol strtoul \ memchr getline getdelim strcasecmp strncasecmp memmem \ strtok_r]) AC_CHECK_FUNCS([gethostname strstr strtod __setfpucw isinf isnan finite \ - getpid feholdexcept mkdtemp posix_fadvise]) + getpid feholdexcept mkdtemp]) AC_PROG_LN_S