From 7388a54647ea69b87e84ae49bd80cfa940c61126 Mon Sep 17 00:00:00 2001 From: jlongman Date: Thu, 17 Jul 2014 14:16:24 -0400 Subject: [PATCH] Bugfix: AM_PROG_AR is not recognized by older automake, so only use it when defined --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b0faff4c..b637a169 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PROG_CC AM_PROG_CC_C_O AM_PROG_AS AC_PROG_INSTALL -AM_PROG_AR +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) AC_PROG_LIBTOOL AC_PROG_LN_S