diff options
author | simonmar <unknown> | 2004-12-16 10:36:59 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-12-16 10:36:59 +0000 |
commit | c69886a17db51737b2b81f778b64262e11083d0e (patch) | |
tree | 0a0a2c70ae84798db18ade5c37341d03c7b111f2 /configure.ac | |
parent | 7fd32ef40e73782d36684f8590d61ae6466d1579 (diff) | |
download | haskell-c69886a17db51737b2b81f778b64262e11083d0e.tar.gz |
[project @ 2004-12-16 10:36:57 by simonmar]
Sanity check when configuring for mingw32: make sure that $CC is a
mingw gcc before proceeding.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 388fa5c64b..e2d7536b9f 100644 --- a/configure.ac +++ b/configure.ac @@ -805,6 +805,7 @@ dnl Figure out which C compiler to use. Gcc is preferred. dnl If gcc, make sure it's at least 2.1 dnl FP_HAVE_GCC +FP_MINGW_GCC dnl ** figure out how to invoke cpp directly (gcc -E is no good) AC_PROG_CPP |