summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Tanberry <ted.tanberry@gmail.com>2014-08-10 22:25:08 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-11-07 22:20:12 -0800
commitb8a142f798be57cd7f0d41b502f6960a9ffbae19 (patch)
treecce44380b3a4c01849def954d0b5eb0c36c71cb2 /configure.ac
parent46a906557fcf321592d543d818bc8054aad0ee89 (diff)
Include AM_PROG_AR to detect 'ar' instead of hard-coding it
see Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=486470 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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 cf3eb23..f73c9db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,7 @@ XORG_DEFAULT_OPTIONS
AC_CONFIG_HEADERS([config.h])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_PROG_RANLIB
PKG_PROG_PKG_CONFIG