diff options
author | Ian Lynagh <igloo@earth.li> | 2009-10-08 15:34:12 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-10-08 15:34:12 +0000 |
commit | ee9c47f20f7500a54101159c19db99a34f0a441a (patch) | |
tree | 4ef50c0d19dbd1b6ffceeb6424dc67aa2a098c17 /aclocal.m4 | |
parent | 8f3efaf77fe14ca3672a1c4a12fef52de9295b2b (diff) | |
download | haskell-ee9c47f20f7500a54101159c19db99a34f0a441a.tar.gz |
Remove FP_MINGW_GCC now that we use an in-tree gcc
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index f127b09cda..e7adaff8c3 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -538,20 +538,6 @@ AC_SUBST([GccVersion], [$fp_cv_gcc_version]) AC_SUBST(GccLT34) ])# FP_HAVE_GCC -AC_DEFUN([FP_MINGW_GCC], -[ - case $HostOS_CPP in - mingw*) AC_MSG_CHECKING([whether $CC is a mingw gcc]) - if $CC -v 2>&1 | grep mingw >/dev/null; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - AC_MSG_ERROR([Please use --with-gcc to specify a mingw gcc]) - fi;; - *) ;; - esac -]) - dnl Small feature test for perl version. Assumes PerlCmd dnl contains path to perl binary. dnl |