From 0284755d976b935c42471e9c176b7e2bc0b8fcc3 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 17 Jul 2015 19:02:43 +0200 Subject: [PATCH] Always use libtool --silent We don't need this spam for debug builds. Now make --quiet does something useful for debug builds as well. --- configure.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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]) -- 2.50.1