summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-23 00:42:31 +0000
committerIan Lynagh <igloo@earth.li>2009-05-23 00:42:31 +0000
commite23cf9de769cbb80c3f908da2af59b26d740d4a7 (patch)
tree8acaba33614775e0f20d63f1986c5e587fa04cdf /configure.ac
parent01abcd30e51f5f03ed795a3fbaea6e25137960a4 (diff)
downloadhaskell-e23cf9de769cbb80c3f908da2af59b26d740d4a7.tar.gz
Fix configure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 69416b099e..96c110f03c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,7 +235,7 @@ fi
exeext=''
soext='.so'
-case $HostPlatform in
+case $host in
*-unknown-cygwin32)
AC_MSG_WARN([GHC does not support the Cygwin target at the moment])
AC_MSG_WARN([I'm assuming you wanted to build for i386-unknown-mingw32])