summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent4b74f6ca3fb962e9e9ccff1665f4d941763101e4 (diff)
downloadhaskell-0567a3133bfd3f2085d2fc0211e91eaed96a3e83.tar.gz
Fix windows breakage (fallout from 34f7e9a3c998)
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 34cc02e559..5fc5733bb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -493,10 +493,7 @@ AC_ARG_WITH(hs-cpp,
fi
],
[
- if test "$HostOS" != "mingw32"
- then
HaskellCPPCmd=$WhatGccIsCalled
- fi
]
)