diff options
author | Ted Tanberry <ted.tanberry@gmail.com> | 2014-08-10 22:25:08 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-11-07 22:20:12 -0800 |
commit | b8a142f798be57cd7f0d41b502f6960a9ffbae19 (patch) | |
tree | cce44380b3a4c01849def954d0b5eb0c36c71cb2 | |
parent | 46a906557fcf321592d543d818bc8054aad0ee89 (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>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -76,4 +76,5 @@ core # Edit the following section as needed # For example, !report.pc overrides *.pc. See 'man gitignore' # +ar-lib xedit 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 |