From: rrt Date: Wed, 4 Jul 2001 10:58:37 +0000 (+0000) Subject: [project @ 2001-07-04 10:58:37 by rrt] X-Git-Tag: Approximately_9120_patches~1619 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4be27d6995cea37d1d36c4091c1a8aa3dee45389;p=ghc-hetmet.git [project @ 2001-07-04 10:58:37 by rrt] gcc-2.95.3-4 for mingw accepts -mwin32, so allow it --- diff --git a/configure.in b/configure.in index 4d40247..b8b7d10 100644 --- a/configure.in +++ b/configure.in @@ -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"