diff options
| author | Nikita Popov <nikic@php.net> | 2015-07-17 19:02:43 +0200 |
|---|---|---|
| committer | Nikita Popov <nikic@php.net> | 2015-07-17 19:03:56 +0200 |
| commit | 0284755d976b935c42471e9c176b7e2bc0b8fcc3 (patch) | |
| tree | c56202554d78a955b088be109920ed8c027b7d18 | |
| parent | 8a9eee8f7e21e377d8897c4b43c1f2e5d44f1ef0 (diff) | |
| download | php-git-0284755d976b935c42471e9c176b7e2bc0b8fcc3.tar.gz | |
Always use libtool --silent
We don't need this spam for debug builds. Now make --quiet does
something useful for debug builds as well.
| -rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 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]) |
