[project @ 2001-07-04 10:58:37 by rrt]
authorrrt <unknown>
Wed, 4 Jul 2001 10:58:37 +0000 (10:58 +0000)
committerrrt <unknown>
Wed, 4 Jul 2001 10:58:37 +0000 (10:58 +0000)
gcc-2.95.3-4 for mingw accepts -mwin32, so allow it

configure.in

index 4d40247..b8b7d10 100644 (file)
@@ -510,9 +510,6 @@ AC_PROG_CPP
 
 dnl ** does the C compiler support the following options?
 FPTOOLS_CC_FLAG(-mwin32,CC_SUPPORTS_MWIN32)
-if test -n "$CC_SUPPORS_MWIN32"; then
-  AC_MSG_ERROR([A mingwin gcc is required to build GHC on Windows.])
-fi
 FPTOOLS_CC_FLAG(-mno-cygwin,CC_SUPPORTS_MNO_CYGWIN)
 
 EXTRA_CC_OPTS="$CC_SUPPORTS_MNO_CYGWIN $CC_SUPPORTS_MWIN32"