summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-08-05 18:11:09 +0100
committerIan Lynagh <ian@well-typed.com>2012-08-05 18:11:09 +0100
commitc17f301c7c3658cbb6a66d43825adbb37d9f5047 (patch)
tree9f4add618a9e49a7e0de85dafcf2d5858b3dc2c6 /aclocal.m4
parent2d2650bf65da3aede4e1c1ca4da623092b869dbe (diff)
downloadhaskell-c17f301c7c3658cbb6a66d43825adbb37d9f5047.tar.gz
Remove LD_X; it's no longer used
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index c2eb103010..b4e155b3fd 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -863,17 +863,6 @@ $2=$fp_cv_$2
])# FP_PROG_LD_FLAG
-# FP_PROG_LD_X
-# ------------
-# Sets the output variable LdXFlag to -x if ld supports this flag.
-# Otherwise the variable's value is empty.
-AC_DEFUN([FP_PROG_LD_X],
-[
-FP_PROG_LD_FLAG([-x],[LdXFlag])
-AC_SUBST([LdXFlag])
-])# FP_PROG_LD_X
-
-
# FP_PROG_LD_HashSize31
# ------------
# Sets the output variable LdHashSize31 to --hash-size=31 if ld supports