From: Nikita Popov Date: Fri, 17 Jul 2015 17:02:43 +0000 (+0200) Subject: Always use libtool --silent X-Git-Tag: php-7.0.0beta2~6^2~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0284755d976b935c42471e9c176b7e2bc0b8fcc3;p=php Always use libtool --silent We don't need this spam for debug builds. Now make --quiet does something useful for debug builds as well. --- diff --git a/configure.in b/configure.in index b70f024252..43fe363435 100644 --- a/configure.in +++ b/configure.in @@ -1420,9 +1420,7 @@ AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [], [ ]) AC_PROG_LIBTOOL -if test "$enable_debug" != "yes"; then - PHP_SET_LIBTOOL_VARIABLE([--silent]) -fi +PHP_SET_LIBTOOL_VARIABLE([--silent]) dnl libtool 1.4.3 needs this. PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])