aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjieluo@google.com <jieluo@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2014-08-05 21:22:07 +0000
committerjieluo@google.com <jieluo@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2014-08-05 21:22:07 +0000
commitce58c88019e66b6c2eacd1f161041692b98050c1 (patch)
treee5e15742c51014e9cb953140ed1df87aeb0c4d0b /configure.ac
parentabe61de6e62aecbdf342204a89c56b03f3e45745 (diff)
downloadprotobuf-ce58c88019e66b6c2eacd1f161041692b98050c1.tar.gz
protobuf-ce58c88019e66b6c2eacd1f161041692b98050c1.tar.bz2
protobuf-ce58c88019e66b6c2eacd1f161041692b98050c1.zip
Remove AM_PROG_AR.
With AM_PROG_AR may report "error: possibly underfined macro: AM_PROG_AR" (mingw, autoreconf-2.68). Without AM_PROG_AR may report warning "archiver requires 'AM_PROG_AR' in 'configure.ac'" (cygwin, automake-1.12). They do not affect the tests and install
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 62ece151..f8fb3b69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,6 @@ 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.