summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-22 22:49:28 +0100
committerIan Lynagh <igloo@earth.li>2011-04-22 22:49:28 +0100
commit3549fd152f64b6846b3339ce63665e0873ed0f3c (patch)
tree2c91f2440073ecd8fea77e373640ae4ff3317979 /aclocal.m4
parente75227feacf1434a342c8a7e6ec3619dc6771c39 (diff)
downloadhaskell-3549fd152f64b6846b3339ce63665e0873ed0f3c.tar.gz
Rename FP_HAVE_GCC to FP_GCC_VERSION
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 4b6e85529d..4b73109942 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -691,11 +691,11 @@ rm -f conftest
])])
-# FP_HAVE_GCC
+# FP_GCC_VERSION
# -----------
# Extra testing of the result AC_PROG_CC, testing the gcc version no. Sets the
# output variable GccVersion.
-AC_DEFUN([FP_HAVE_GCC],
+AC_DEFUN([FP_GCC_VERSION],
[AC_REQUIRE([AC_PROG_CC])
if test -z "$GCC"
then
@@ -714,7 +714,7 @@ AC_CACHE_CHECK([version of gcc], [fp_cv_gcc_version],
])
AC_SUBST([GccVersion], [$fp_cv_gcc_version])
AC_SUBST(GccLT34)
-])# FP_HAVE_GCC
+])# FP_GCC_VERSION
dnl Small feature test for perl version. Assumes PerlCmd
dnl contains path to perl binary.
@@ -1086,7 +1086,7 @@ AC_SUBST([GhcPkgCmd])
# integer wrap around. (Trac #952)
#
AC_DEFUN([FP_GCC_EXTRA_FLAGS],
-[AC_REQUIRE([FP_HAVE_GCC])
+[AC_REQUIRE([FP_GCC_VERSION])
AC_CACHE_CHECK([for extra options to pass gcc when compiling via C], [fp_cv_gcc_extra_opts],
[fp_cv_gcc_extra_opts=
FP_COMPARE_VERSIONS([$fp_cv_gcc_version], [-ge], [3.4],