From e23cf9de769cbb80c3f908da2af59b26d740d4a7 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 23 May 2009 00:42:31 +0000 Subject: [PATCH] Fix configure --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 1.7.10.4