summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-12 15:07:13 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-12 15:07:13 +0200
commit8cfcbfddd42a9655b4eb09e16eb09ca76f16936d (patch)
tree235346cdd4127532d110284a5f3f9041107c52a2 /configure.ac
parente9e94531f0fb4a24a0e8faa3246eb1ff6695e436 (diff)
downloadtar-8cfcbfddd42a9655b4eb09e16eb09ca76f16936d.tar.gz
configure.ac: look for host-prefixed ar
See https://savannah.gnu.org/patch/?8183
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index deeca31c..08bed2b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ AC_EXEEXT
AC_PROG_RANLIB
AC_PROG_YACC
gl_EARLY
+AC_CHECK_TOOLS([AR], [ar])
AC_SYS_LARGEFILE
AC_C_INLINE