Make comparison on equalities work right (ie look at the types)
[ghc-hetmet.git] / distrib / configure-bin.ac
index 8d9ea90..4f18013 100644 (file)
@@ -53,11 +53,6 @@ i[[3456]]86-*-cygwin*)
        TargetPlatform=i386-unknown-cygwin32;;
 i[[3456]]86-*-mingw32*)
        exeext='.exe'
-       # We assume you're using mingw32 via the gcc that comes
-       # with cygwin, and not the native port, so let's augment
-       # the gcc command-line used here with -mno-cygwin -mwin32
-       # to arrange for good things to happen.
-       CFLAGS="-mno-cygwin -mwin32 $CFLAGS"
        TargetPlatform=i386-unknown-mingw32
        ;;
 i[[3456]]86-apple-darwin*)
@@ -157,7 +152,6 @@ AC_CONFIG_FILES(Makefile-vars extra-gcc-opts)
 AC_OUTPUT
 
 echo "****************************************************"
-echo "Configuration done, ready to either 'make install'"
-echo "or 'make in-place'."
+echo "Configuration done, ready to 'make install'"
 echo "(see README and INSTALL files for more info.)"
 echo "****************************************************"