Skip to content

Commit

Permalink
Silence ar warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleshgrinder authored and petk committed Sep 15, 2018
1 parent 6da3a1e commit a25171b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Expand Up @@ -1439,6 +1439,10 @@ case $host_alias in
;;
esac

dnl Silence warning: `ar: 'u' modifier ignored since 'D' is the default`
dnl SEE https://www.mail-archive.com/automake-patches@gnu.org/msg07705.html
AC_SUBST(AR_FLAGS, [cr])

dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called (by PHP_REQUIRE_CXX).
dnl Otherwise AC_PROG_LIBTOOL fails if there is no working C++ compiler.
AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [], [
Expand Down

0 comments on commit a25171b

Please sign in to comment.