summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonm <unknown>1998-03-17 15:39:06 +0000
committersimonm <unknown>1998-03-17 15:39:06 +0000
commit4a0476ff8d337f35ff4f706d796fb3cb23573e5e (patch)
tree647b0099ba38575c018305078c2636e812c39de2
parent81464dc67475d11713f418fb3891be6ff9b265e6 (diff)
downloadhaskell-4a0476ff8d337f35ff4f706d796fb3cb23573e5e.tar.gz
[project @ 1998-03-17 15:39:06 by simonm]
configure HaveLibGmp.
-rw-r--r--mk/config.mk.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 7a27b9e7ab..11f3688a95 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -328,7 +328,6 @@ HappyBinDistShScripts = happy
#
#################################################################################
-
#################################################################################
#
# nofib project
@@ -536,6 +535,11 @@ endif
endif
#-----------------------------------------------------------------------------
+# GMP Library
+#
+HaveLibGmp = @HaveLibGmp@
+
+#-----------------------------------------------------------------------------
# Flex
FLEX = @LEX@