Add more silent flags to configure

This commit is contained in:
Wetitpig 2018-02-20 07:55:54 +08:00 committed by Fredrik Fornwall
parent 72cfa27c8c
commit c96bdc1e68
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ termux_step_configure_autotools () {
fi
QUIET_BUILD=
if [ ! -z ${TERMUX_QUIET_BUILD+x} ]; then
QUIET_BUILD="--enable-silent-rules"
QUIET_BUILD="--enable-silent-rules --silent"
fi
# Some packages provides a $PKG-config script which some configure scripts pickup instead of pkg-config: