diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-22 22:49:28 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-22 22:49:28 +0100 |
commit | 3549fd152f64b6846b3339ce63665e0873ed0f3c (patch) | |
tree | 2c91f2440073ecd8fea77e373640ae4ff3317979 /distrib | |
parent | e75227feacf1434a342c8a7e6ec3619dc6771c39 (diff) | |
download | haskell-3549fd152f64b6846b3339ce63665e0873ed0f3c.tar.gz |
Rename FP_HAVE_GCC to FP_GCC_VERSION
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index e54839f0d5..7df0f3b52b 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -55,7 +55,7 @@ export CC WhatGccIsCalled="$CC" AC_SUBST(WhatGccIsCalled) -FP_HAVE_GCC +FP_GCC_VERSION AC_PROG_CPP # |