summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-09-05 09:04:59 +0000
committersimonmar <unknown>2000-09-05 09:04:59 +0000
commit51afadde2f0ec0b80a1e901b732b681ccf509b6e (patch)
tree307e3c43fbda8fa28255bb55891f53a660c2e574 /configure.in
parenteb91fd6613d74f3579b9f054d50f84e7fa910da5 (diff)
downloadhaskell-51afadde2f0ec0b80a1e901b732b681ccf509b6e.tar.gz
[project @ 2000-09-05 09:04:59 by simonmar]
comment update
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7998f3e317..6eaed9afd4 100644
--- a/configure.in
+++ b/configure.in
@@ -733,7 +733,7 @@ AC_CHECK_FUNCS(pclose _pclose )
dnl ** check for specific library functions that we are interested in
AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect readlink setitimer stat symlink sysconf timelocal times vadvise vfork)
-dnl ** check whether this machine has gmp2 installed
+dnl ** check whether this machine has gmp3 installed
AC_CHECK_LIB(gmp, __gmpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp,
AC_CHECK_LIB(gmp3, __gmpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp3,
HaveLibGmp=No; LibGmp=not-installed))