Skip to content

Commit a25171b

Browse files
Fleshgrinderpetk
authored andcommitted
Silence ar warning
1 parent 6da3a1e commit a25171b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configure.ac

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,10 @@ case $host_alias in
14391439
;;
14401440
esac
14411441

1442+
dnl Silence warning: `ar: 'u' modifier ignored since 'D' is the default`
1443+
dnl SEE https://www.mail-archive.com/[email protected]/msg07705.html
1444+
AC_SUBST(AR_FLAGS, [cr])
1445+
14421446
dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called (by PHP_REQUIRE_CXX).
14431447
dnl Otherwise AC_PROG_LIBTOOL fails if there is no working C++ compiler.
14441448
AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [], [

0 commit comments

Comments
 (0)