[project @ 2001-02-19 14:54:48 by rrt]
authorrrt <unknown>
Mon, 19 Feb 2001 14:54:48 +0000 (14:54 +0000)
committerrrt <unknown>
Mon, 19 Feb 2001 14:54:48 +0000 (14:54 +0000)
Add -mno-cygwin to CPPFLAGS on i386-unknown-mingw32 to stop configure.h
getting lots of bogus headers that aren't there. I'm not at all sure why
this hasn't caused problems before...

configure.in

index b852836..2b8d7c7 100644 (file)
@@ -207,6 +207,7 @@ i[[3456]]86-*-mingw32*)
        # the gcc command-line used here with -mno-cygwin to
        # arrange for good things to happen.
        CFLAGS="-mno-cygwin $CFLAGS"
+       CPPFLAGS="-mno-cygwin $CPPFLAGS"
         ;;
 m68k-next-nextstep2)
         HostPlatform_CPP='m68k_next_nextstep2'