From a27549ef3e349d1624e697acf1c33b22d26a85d6 Mon Sep 17 00:00:00 2001 From: Sebastian Freundt Date: Mon, 2 Jan 2012 10:38:18 +0000 Subject: [PATCH] Summary: fix to cosmetics, add AM_PROG_AR conditionally Keywords: bldchn * configure.ac: add AM_PROG_AR conditionally Signed-off-by: Sebastian Freundt --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a5d1f97..2a483f0 100644 --- a/configure.ac +++ b/configure.ac @@ -874,7 +874,7 @@ AS_MESSAGE([Let's look for the entire C build chain]) SXE_CHECK_CC SXE_CHECK_CFLAGS -AM_PROG_AR +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) ## check machine chars AS_MESSAGE([Let's have a detailed glance at your machine]) -- 2.25.1