From: Ian Lynagh Date: Sat, 23 May 2009 00:42:31 +0000 (+0000) Subject: Fix configure X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e23cf9de769cbb80c3f908da2af59b26d740d4a7 Fix configure --- diff --git a/configure.ac b/configure.ac index 69416b0..96c110f 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])