From 60d4fca47acdb58792cfefbb3819db57a74e8a82 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 28 Jun 2012 23:26:14 +0000 Subject: [PATCH] Tolerate older autotools --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 68d8717..f1b9a81 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC AC_PROG_CXX -AM_PROG_AR +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_INIT AC_CONFIG_HEADERS([config.h])