summaryrefslogtreecommitdiffstats
path: root/proxy/configure.ac
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-04-11 16:43:25 +0200
committerSimo Sorce <simo@redhat.com>2013-04-11 10:56:44 -0400
commit5bb6a8ed6a1b856da8eb99405b1052bc4ce84499 (patch)
tree59939a94a5c8768a8b5f910c3eb54c27274887d4 /proxy/configure.ac
parent928c85a6c292529c8727547d12c43a4761cc62fd (diff)
downloadgss-proxy-5bb6a8ed6a1b856da8eb99405b1052bc4ce84499.tar.gz
gss-proxy-5bb6a8ed6a1b856da8eb99405b1052bc4ce84499.tar.xz
gss-proxy-5bb6a8ed6a1b856da8eb99405b1052bc4ce84499.zip
Silence a configure warning by adding AM_PROG_AR.
Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/configure.ac')
-rw-r--r--proxy/configure.ac1
1 files changed, 1 insertions, 0 deletions
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])