summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-04-18 15:55:22 +0000
committerIan Lynagh <igloo@earth.li>2007-04-18 15:55:22 +0000
commit8fbf686cf52d763f185d85d99ae16bd66eba05b1 (patch)
treeab6e5ba93d333c506cc3c8fdd049ed60387f155e /mk
parentb1160a12ea2f0b202ee3a50274f43222935e19cb (diff)
downloadhaskell-8fbf686cf52d763f185d85d99ae16bd66eba05b1.tar.gz
Pass configure arguments to the library configure scripts
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index cda113a634..bc31ba292a 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -1230,3 +1230,11 @@ WAY_o_HC_OPTS=
# GhcLibCppOpts += -DWORD_SIZE_IN_BITS=31
# SplitObjs=NO
+################################################################################
+#
+# Library configure arguments
+#
+################################################################################
+
+CONFIGURE_ARGS = @CONFIGURE_ARGS@
+