From 5bb6a8ed6a1b856da8eb99405b1052bc4ce84499 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 11 Apr 2013 16:43:25 +0200 Subject: Silence a configure warning by adding AM_PROG_AR. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner Reviewed-by: Simo Sorce --- proxy/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy') diff --git a/proxy/configure.ac b/proxy/configure.ac index 6f2b684..2c485f7 100644 --- a/proxy/configure.ac +++ b/proxy/configure.ac @@ -16,6 +16,7 @@ AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax]) AM_PROG_CC_C_O +AM_PROG_AR AC_PROG_INSTALL LT_INIT([disable-static]) AC_CONFIG_MACRO_DIR([m4]) -- cgit