Skip to content

Commit

Permalink
Remove AM_PROG_AR.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
[email protected] committed Aug 5, 2014
1 parent abe61de commit ce58c88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ce58c88

Please sign in to comment.