Commit 9f5a9deb authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

pkg-autotools.mk: also use QUIET for host configure runs



Similar to how we do it for target configure runs. For make -s invocations.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent fedf4815
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ define $(2)_CONFIGURE_CMDS
		--disable-documentation \
		--with-xmlto=no \
		--with-fop=no \
		$$($$(PKG)_CONF_OPT) \
		$$(QUIET) $$($$(PKG)_CONF_OPT) \
	)
endef
endif