summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-09-08 02:13:58 +0200
committerKevin Ryde <user42@zip.com.au>2001-09-08 02:13:58 +0200
commitb349c56096683cf878b7bd656f8e7abf6a239781 (patch)
treed95fde9f8428a2146bbaa164c71ff6b53b18c015 /configure.in
parenta1053ed63ef3a0de10ff6c129dca88f84a7fa97b (diff)
downloadgmp-b349c56096683cf878b7bd656f8e7abf6a239781.tar.gz
* configure.in (AC_CHECK_FUNCS): Add mmap.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 512fbd404..095fe74af 100644
--- a/configure.in
+++ b/configure.in
@@ -694,7 +694,9 @@ case $host in
# gcc 2.95.2 adds k6, pentium and pentiumpro, and allows -march= and
# -mcpu=.
#
- # gcc 2.96 (pre-release gcc 3) adds athlon.
+ # gcc 3.0 adds athlon.
+ #
+ # gcc 3.1 adds pentium4.
# Defaults for anything not otherwise mentioned.
path="x86"
@@ -1291,7 +1293,7 @@ case $host in
m68*-*-netbsd1.4*) ac_cv_func_getrusage=no ;;
esac
-AC_CHECK_FUNCS(getpagesize getrusage gettimeofday localeconv memset mprotect obstack_vprintf popen processor_info read_real_time strchr strtoul sysconf sysctl sysctlbyname times)
+AC_CHECK_FUNCS(getpagesize getrusage gettimeofday localeconv memset mmap mprotect obstack_vprintf popen processor_info read_real_time strchr strtoul sysconf sysctl sysctlbyname times)
GMP_FUNC_VSNPRINTF