Have configure take arguments telling it where gmp is; fixes trac #957
[ghc-hetmet.git] / mk / config.mk.in
index ef0c479..c928dbf 100644 (file)
@@ -882,6 +882,9 @@ endif
 HaveLibGmp     = @HaveLibGmp@
 LibGmp         = @LibGmp@
 
+GMP_INCLUDE_DIRS=@GMP_INCLUDE_DIRS@
+GMP_LIB_DIRS=@GMP_LIB_DIRS@
+
 #-----------------------------------------------------------------------------
 # GMP framework (Mac OS X)
 #