From 4be27d6995cea37d1d36c4091c1a8aa3dee45389 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 4 Jul 2001 10:58:37 +0000 Subject: [PATCH] [project @ 2001-07-04 10:58:37 by rrt] gcc-2.95.3-4 for mingw accepts -mwin32, so allow it --- configure.in | 3 --- 1 file changed, 3 deletions(-) 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" -- 1.7.10.4