From 55fc808cfc260c94cb01ce05805ec3f489e59eb4 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 23 May 2001 09:41:34 +0000 Subject: [PATCH] [project @ 2001-05-23 09:41:34 by rrt] Add -mwin32 -mno-cygwin to CPPFLAGS on Windows. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 7e6bb90..ed320f1 100644 --- a/configure.in +++ b/configure.in @@ -207,6 +207,7 @@ i[[3456]]86-*-mingw32*) # the gcc command-line used here with -mno-cygwin -mwin32 # to arrange for good things to happen. CFLAGS="-mno-cygwin -mwin32 $CFLAGS" + CPPFLAGS="-mno-cygwin -mwin32 $CPPFLAGS" ;; m68k-next-nextstep2) HostPlatform_CPP='m68k_next_nextstep2' -- 1.7.10.4