From e18fc8520f1dc98b58e1ac8b7494d2e497b4d185 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 Feb 2013 12:45:48 +0100 Subject: [PATCH] configure.ac: added missing check for the ar(1) tool --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 897a4ea..3013be8 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,7 @@ AC_MSG_NOTICE([petidomo version $VERSION]) AC_PROG_CC gl_EARLY AM_PROG_CC_C_O +AM_PROG_AR AC_PROG_RANLIB AM_PROG_LEX if test "$LEX" != "flex"; then