aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-01-13 13:49:52 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2016-07-06 17:08:57 +0200
commit2edc63e3aadeef652c2c82a2c0c6a31bb9d2f4fa (patch)
treed3b6c839c371731c5c148e20d705009be3e008ae
parent5e2364f614b114a5373bf0a445e31b682c5ff3bb (diff)
automake: automake 1.11.1 does not have this macro, ignore it then
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8ca98e8b..44d46525 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
-AM_PROG_AR
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AM_PROG_LIBTOOL
dnl Checks for programs.