From 984b949e3a84ef9f6455640fb3d2b69b7937bd6c Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 19 Feb 2001 14:54:48 +0000 Subject: [PATCH] [project @ 2001-02-19 14:54:48 by rrt] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index b852836..2b8d7c7 100644 --- a/configure.in +++ b/configure.in @@ -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' -- 1.7.10.4