diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-05 18:11:09 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-05 18:11:09 +0100 |
commit | c17f301c7c3658cbb6a66d43825adbb37d9f5047 (patch) | |
tree | 9f4add618a9e49a7e0de85dafcf2d5858b3dc2c6 /configure.ac | |
parent | 2d2650bf65da3aede4e1c1ca4da623092b869dbe (diff) | |
download | haskell-c17f301c7c3658cbb6a66d43825adbb37d9f5047.tar.gz |
Remove LD_X; it's no longer used
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2a182023ba..c8e6ea5e2e 100644 --- a/configure.ac +++ b/configure.ac @@ -831,7 +831,6 @@ dnl ** check for leading underscores in symbol names FP_LEADING_UNDERSCORE 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 |