From d3c4ff3299b16453b7a93d5f95dee169a088712c Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Mon, 3 Oct 2016 14:30:19 -0500 Subject: [PATCH] Leave the macro undefined instead of defining to 0. --- macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros b/macros index 01bfef1..dc8d3cb 100644 --- a/macros +++ b/macros @@ -26,7 +26,7 @@ # %_configure_gnuconfig_hack 1 %_configure_libtool_hardening_hack 1 -%_configure_disable_silent_rules 0 +# _configure_disable_silent_rules 0 %configure \ CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \ CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \