diff options
author | wolfgang.thaller@gmx.net <unknown> | 2006-11-21 00:49:53 +0000 |
---|---|---|
committer | wolfgang.thaller@gmx.net <unknown> | 2006-11-21 00:49:53 +0000 |
commit | 0329ca6db4259e24f71fb607ab459591b14d8a70 (patch) | |
tree | 1387985da72b1c4c02422177cec71c57cf5c496d /configure.ac | |
parent | 40f8b790f8d32339d2a360c52e29b6c707fbb38a (diff) | |
download | haskell-0329ca6db4259e24f71fb607ab459591b14d8a70.tar.gz |
Fix printf$LDBLStub workaround for Darwin
Apparently, the original fix never really worked due to typos and oversights.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f1e5fa2fe5..7f977cd654 100644 --- a/configure.ac +++ b/configure.ac @@ -1175,8 +1175,8 @@ AC_CHECK_LIB(rt, clock_gettime) AC_CHECK_FUNCS(clock_gettime) dnl ** check for Apple's "interesting" long double compatibility scheme -AC_MSG_CHECKING(for printf$LDBLStub) -AC_TRY_LINK_FUNC(printf$LSBLStub, +AC_MSG_CHECKING(for printf\$LDBLStub) +AC_TRY_LINK_FUNC(printf\$LDBLStub, [ AC_MSG_RESULT(yes) AC_DEFINE([HAVE_PRINTF_LDBLSTUB],[1], |