Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
4e477c58
Commit
4e477c58
authored
Aug 21, 2000
by
simonmar
Browse files
[project @ 2000-08-21 15:28:30 by simonmar]
look for GMP 3, not GMP 2.
parent
b682cf8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
4e477c58
...
...
@@ -734,8 +734,8 @@ 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
AC_CHECK_LIB(gmp, mpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp,
AC_CHECK_LIB(gmp
2
, mpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp
2
,
AC_CHECK_LIB(gmp,
__g
mpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp,
AC_CHECK_LIB(gmp
3
,
__g
mpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp
3
,
HaveLibGmp=No; LibGmp=not-installed))
AC_SUBST(HaveLibGmp)
AC_SUBST(LibGmp)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment