[project @ 2002-02-15 08:10:44 by sof]
authorsof <unknown>
Fri, 15 Feb 2002 08:10:44 +0000 (08:10 +0000)
committersof <unknown>
Fri, 15 Feb 2002 08:10:44 +0000 (08:10 +0000)
mingw: drop the use of -mwin32 in CC_OPTS; no longer needed

configure.in

index 38438bc..0cbd799 100644 (file)
@@ -557,10 +557,9 @@ dnl ** figure out how to invoke cpp directly (gcc -E is no good)
 AC_PROG_CPP
 
 dnl ** does the C compiler support the following options?
-FPTOOLS_CC_FLAG(-mwin32,CC_SUPPORTS_MWIN32)
 FPTOOLS_CC_FLAG(-mno-cygwin,CC_SUPPORTS_MNO_CYGWIN)
 
-EXTRA_CC_OPTS="$CC_SUPPORTS_MNO_CYGWIN $CC_SUPPORTS_MWIN32"
+EXTRA_CC_OPTS="$CC_SUPPORTS_MNO_CYGWIN"
 SRC_CC_OPTS="-O $EXTRA_CC_OPTS"
 CPPFLAGS="$EXTRA_CC_OPTS $CPPFLAGS"
 AC_SUBST(SRC_CC_OPTS)