summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-05-25 22:16:16 +0000
committerIan Lynagh <igloo@earth.li>2010-05-25 22:16:16 +0000
commit88223168614ea60a5d76a264f6c11837b6c5a443 (patch)
treeb7dd012ae44893ef4cfe89a3f9321128b25a2bcb /mk
parent84e10e6c110f218991fc9573bcb16aa2e647e02c (diff)
downloadhaskell-88223168614ea60a5d76a264f6c11837b6c5a443.tar.gz
Add configure flags for the location of GMP includes/library; fixes #4022
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 78b0b7a735..697bf51d9b 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -785,3 +785,5 @@ CONFIGURE_ARGS = @CONFIGURE_ARGS@
ICONV_INCLUDE_DIRS = @ICONV_INCLUDE_DIRS@
ICONV_LIB_DIRS = @ICONV_LIB_DIRS@
+GMP_INCLUDE_DIRS = @GMP_INCLUDE_DIRS@
+GMP_LIB_DIRS = @GMP_LIB_DIRS@