summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-12-16 10:36:59 +0000
committersimonmar <unknown>2004-12-16 10:36:59 +0000
commitc69886a17db51737b2b81f778b64262e11083d0e (patch)
tree0a0a2c70ae84798db18ade5c37341d03c7b111f2 /configure.ac
parent7fd32ef40e73782d36684f8590d61ae6466d1579 (diff)
downloadhaskell-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.ac1
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