aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-02-04 17:37:25 +0000
committerGerald Combs <gerald@wireshark.org>2013-02-04 17:37:25 +0000
commitd5081b3eb66918901db57802f9391121f3cdfc4b (patch)
tree5f7a500b761b156f098d4f5c9f00ab8ca24d403a
parent17679a873323750b34e475e5be4da975df20f58a (diff)
Make sure AM_DEFAULT_VERBOSITY is defined no matter what.
svn path=/trunk/; revision=47471
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ebb9582155..0c2738a00f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -690,7 +690,8 @@ AC_SUBST(LDFLAGS_SHAREDLIB)
# Enable silent builds by default
# Verbose builds can be enabled with "./configure
# --enable-silent-rules ..." or "make V=1 ..."
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
+ [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
#
# On "Darwin", which we assume to mean "OS X" rather than "iOS" or