summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-03-29 12:33:25 +0000
committerIan Lynagh <igloo@earth.li>2010-03-29 12:33:25 +0000
commitf74a195e8eaad2670cf10be30484fda842e3c01e (patch)
tree756263365285f2645a1e26ae03757e96c596ba8c /configure.ac
parent57fad22f920f13527a0e6f1ee26eb326580fcb1a (diff)
downloadhaskell-f74a195e8eaad2670cf10be30484fda842e3c01e.tar.gz
Explicitly check whether ar supports the @file syntax
rather than assuming that all GNU ar's do. Apparently OpenBSD's older version doesn't.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d603fd4a0d..3c4e59446a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -578,7 +578,7 @@ dnl If you can run configure, you certainly have /bin/sh
AC_DEFINE([HAVE_BIN_SH], [1], [Define to 1 if you have /bin/sh.])
dnl ** how to invoke `ar' and `ranlib'
-FP_PROG_AR_IS_GNU
+FP_PROG_AR_SUPPORTS_ATFILE
FP_PROG_AR_NEEDS_RANLIB
FP_PROG_AR_SUPPORTS_INPUT