[project @ 2000-06-29 13:40:17 by simonmar]
[ghc-hetmet.git] / mk / config.mk.in
index 66fe093..7647f26 100644 (file)
@@ -543,6 +543,12 @@ HaveLibGmp = @HaveLibGmp@
 LibGmp         = @LibGmp@
 
 #-----------------------------------------------------------------------------
+# Regex library 
+# (if present in libc use that one, otherwise use the one in the tree)
+#
+HaveRegex      = @HaveRegex@
+
+#-----------------------------------------------------------------------------
 # Flex
 
 FLEX                   = @LEX@