aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2014-12-02 15:47:31 -0800
committerFeng Xiao <xfxyjwf@gmail.com>2014-12-02 15:47:31 -0800
commita451681937ba8f69b10fadbdae1f646a95434416 (patch)
treeafd6d7674da757801bbf87c0974cc6f69929b790 /configure.ac
parente45149b4a77135a16663c98ef9815c289ded02e7 (diff)
parent9173ba22a9ff70697cea92356b9b96cdff71e4ca (diff)
downloadprotobuf-a451681937ba8f69b10fadbdae1f646a95434416.tar.gz
protobuf-a451681937ba8f69b10fadbdae1f646a95434416.tar.bz2
protobuf-a451681937ba8f69b10fadbdae1f646a95434416.zip
Merge pull request #116 from xfxyjwf/fix_warnings
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 c3b04e0c..034d0cdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,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.