summaryrefslogtreecommitdiff
path: root/distrib/configure.ac.in
diff options
context:
space:
mode:
authorKarel Gardas <karel.gardas@centrum.cz>2014-02-18 09:18:07 +0100
committerAustin Seipp <austin@well-typed.com>2014-02-19 16:32:35 -0600
commit43c314c730d205a3ec8ef5d54e5bf72a7900f01d (patch)
treeb63a96a888b1b33ea40371bd45120178961ed316 /distrib/configure.ac.in
parent47d725f29376fa1be726e913cdf3dd69c46327c2 (diff)
downloadhaskell-43c314c730d205a3ec8ef5d54e5bf72a7900f01d.tar.gz
add omitted FP_PROG_AR_SUPPORTS_ATFILE into the distribution configure.ac (fixes #8794)
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'distrib/configure.ac.in')
-rw-r--r--distrib/configure.ac.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index 4a6944fe17..ed91244d88 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -114,6 +114,7 @@ AC_SUBST(WordSize)
#
dnl ** how to invoke `ar' and `ranlib'
#
+FP_PROG_AR_SUPPORTS_ATFILE
FP_PROG_AR_NEEDS_RANLIB
FP_SETTINGS