diff options
author | panne <unknown> | 2004-08-30 19:28:47 +0000 |
---|---|---|
committer | panne <unknown> | 2004-08-30 19:28:47 +0000 |
commit | aca2e347e7904c3e2ef1dac083420ff2f0aeea38 (patch) | |
tree | e4b19c3b6c80fb2e5490c03d8710d7196dccf4cb /configure.ac | |
parent | 0aa75e68bf5ee3f15673e66a5c41704301c863df (diff) | |
download | haskell-aca2e347e7904c3e2ef1dac083420ff2f0aeea38.tar.gz |
[project @ 2004-08-30 19:28:46 by panne]
Cleaned up FPTOOLS_UNDERSCORE (changequote is evil!) and renamed it to
FP_LEADING_UNDERSCORE
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 22c917559f..081a293ff6 100644 --- a/configure.ac +++ b/configure.ac @@ -1424,7 +1424,7 @@ dnl ** are we big endian? AC_C_BIGENDIAN dnl ** check for leading underscores in symbol names -FPTOOLS_UNDERSCORE +FP_LEADING_UNDERSCORE dnl ** check for ld, and whether ld has -x option AC_PATH_PROG(LdCmdRaw, ld) |