diff options
author | Karel Gardas <karel.gardas@centrum.cz> | 2014-02-18 09:18:07 +0100 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-02-19 16:32:35 -0600 |
commit | 43c314c730d205a3ec8ef5d54e5bf72a7900f01d (patch) | |
tree | b63a96a888b1b33ea40371bd45120178961ed316 /distrib | |
parent | 47d725f29376fa1be726e913cdf3dd69c46327c2 (diff) | |
download | haskell-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')
-rw-r--r-- | distrib/configure.ac.in | 1 |
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 |