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 /configure.ac | |
parent | e75227feacf1434a342c8a7e6ec3619dc6771c39 (diff) | |
download | haskell-3549fd152f64b6846b3339ce63665e0873ed0f3c.tar.gz |
Rename FP_HAVE_GCC to FP_GCC_VERSION
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2eb7f29d37..89e966d57c 100644 --- a/configure.ac +++ b/configure.ac @@ -537,7 +537,7 @@ dnl ** look for GCC and find out which version 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_GCC_VERSION FPTOOLS_SET_C_LD_FLAGS([target],[CFLAGS],[LDFLAGS],[IGNORE_LINKER_LD_FLAGS],[CPPFLAGS]) FPTOOLS_SET_C_LD_FLAGS([build],[CONF_CC_OPTS_STAGE0],[CONF_GCC_LINKER_OPTS_STAGE0],[CONF_LD_LINKER_OPTS_STAGE0],[CONF_CPP_OPTS_STAGE0]) |