summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-07-04 09:40:25 -0500
committerAustin Seipp <austin@well-typed.com>2014-07-04 09:40:25 -0500
commit0567a3133bfd3f2085d2fc0211e91eaed96a3e83 (patch)
tree411620d3591e2a5e65dba779b90d72fdd3a41e15 /aclocal.m4
parent4b74f6ca3fb962e9e9ccff1665f4d941763101e4 (diff)
downloadhaskell-0567a3133bfd3f2085d2fc0211e91eaed96a3e83.tar.gz
Fix windows breakage (fallout from 34f7e9a3c998)
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 1a7872eb53..d857706145 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -455,6 +455,7 @@ AC_DEFUN([FP_SETTINGS],
mingw_bin_prefix=mingw/bin/
SettingsCCompilerCommand="\$topdir/../${mingw_bin_prefix}gcc.exe"
SettingsHaskellCPPCommand="\$topdir/../${mingw_bin_prefix}gcc.exe"
+ SettingsHaskellCPPFlags="$HaskellCPPArgs"
SettingsLdCommand="\$topdir/../${mingw_bin_prefix}ld.exe"
SettingsArCommand="\$topdir/../${mingw_bin_prefix}ar.exe"
SettingsPerlCommand='$topdir/../perl/perl.exe'