summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThorkil Naur <naur@post11.tele.dk>2011-10-19 00:20:53 +0200
committerIan Lynagh <igloo@earth.li>2011-10-19 22:38:08 +0100
commit6067f9563d1221b4afec5b52f41e48d4a31e69c2 (patch)
treee2b98acc0949a8d66a3fe66a5b496cfb1960ff7f /configure.ac
parentbc876206b80f060ad1bbbaa681d1171d1980cdfc (diff)
downloadhaskell-6067f9563d1221b4afec5b52f41e48d4a31e69c2.tar.gz
FIX BUILD on OS X 10.5: Check whether ld understands -no_compact_unwind
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5f6208392c..aec9c8857a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -702,6 +702,7 @@ dnl ** check for ld, whether it has an -x option, and if it is GNU ld
FP_PROG_LD_X
FP_PROG_LD_IS_GNU
FP_PROG_LD_BUILD_ID
+FP_PROG_LD_NO_COMPACT_UNWIND
FP_VISIBILITY_HIDDEN