summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/valgrind.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/valgrind.m4 b/m4/valgrind.m4
index 189ba088d6..0698d573fe 100644
--- a/m4/valgrind.m4
+++ b/m4/valgrind.m4
@@ -23,6 +23,7 @@ AC_DEFUN([sj_VALGRIND],
if test -n "$VALGRIND" && $VALGRIND true > /dev/null 2>&1; then
opt_valgrind_tests=yes
+ VALGRIND="$VALGRIND -q"
else
opt_valgrind_tests=no
VALGRIND=