aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2014-12-02 15:28:11 -0800
committerFeng Xiao <xfxyjwf@gmail.com>2014-12-02 15:28:11 -0800
commit9173ba22a9ff70697cea92356b9b96cdff71e4ca (patch)
treefdb325476a27ec1ac6b408847912a06108fbc8fa /configure.ac
parent7f2a9fb1af432a9831b3e6769905601d72c29796 (diff)
downloadprotobuf-9173ba22a9ff70697cea92356b9b96cdff71e4ca.tar.gz
protobuf-9173ba22a9ff70697cea92356b9b96cdff71e4ca.tar.bz2
protobuf-9173ba22a9ff70697cea92356b9b96cdff71e4ca.zip
Get rid of some build warnings.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 58c1bf37..bd5b1959 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,6 +46,7 @@ AC_PROG_CC
AC_PROG_CXX
AC_LANG([C++])
ACX_USE_SYSTEM_EXTENSIONS
+AM_PROG_AR
AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc
# test_util.cc takes forever to compile with GCC and optimization turned on.