diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-23 00:42:31 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-23 00:42:31 +0000 |
commit | e23cf9de769cbb80c3f908da2af59b26d740d4a7 (patch) | |
tree | 8acaba33614775e0f20d63f1986c5e587fa04cdf /configure.ac | |
parent | 01abcd30e51f5f03ed795a3fbaea6e25137960a4 (diff) | |
download | haskell-e23cf9de769cbb80c3f908da2af59b26d740d4a7.tar.gz |
Fix configure
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |