From: rrt Date: Thu, 28 Jun 2001 18:05:48 +0000 (+0000) Subject: [project @ 2001-06-28 18:05:48 by rrt] X-Git-Tag: Approximately_9120_patches~1658 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8b85c1c8e27b7614617d22c68ad8bf35007732d7;p=ghc-hetmet.git [project @ 2001-06-28 18:05:48 by rrt] Split up win32 tests so CPP is only updated after cpp is found --- diff --git a/configure.in b/configure.in index 9d5c769..dd140fe 100644 --- a/configure.in +++ b/configure.in @@ -515,7 +515,6 @@ dnl ** set up extra GCC options on Win32 case $HostOS_CPP in cygwin32|mingw32) STD_CC_OPTS="-mno-cygwin $CC_MWIN32_FLAG" - CPP="$CPP $STD_CC_OPTS" CFLAGS="$STD_CC_OPTS $CFLAGS" CPPFLAGS="$STD_CC_OPTS $CPPFLAGS" ;; @@ -539,6 +538,12 @@ FPTOOLS_CC_MWIN32 dnl ** figure out how to invoke cpp directly (gcc -E is no good) AC_PROG_CPP +dnl ** set up extra GCC options on Win32 +case $HostOS_CPP in +cygwin32|mingw32) + CPP="$CPP $STD_CC_OPTS" +esac + dnl ** figure out how to do context diffs FPTOOLS_PROG_DIFF