]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Check for what we use. Bump serial.
authorSimon Josefsson <simon@josefsson.org>
Tue, 30 Mar 2010 21:13:34 +0000 (23:13 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 30 Mar 2010 21:13:34 +0000 (23:13 +0200)
m4/valgrind.m4

index 0698d573fe227dc974966476653c764ca913c305..c460c343067f6f60b2d2d5363795b3b7a3e337fc 100644 (file)
@@ -1,4 +1,4 @@
-# valgrind.m4 serial 2
+# valgrind.m4 serial 3
 dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -21,7 +21,7 @@ AC_DEFUN([sj_VALGRIND],
     AC_CHECK_PROGS(VALGRIND, valgrind)
   fi
 
-  if test -n "$VALGRIND" && $VALGRIND true > /dev/null 2>&1; then
+  if test -n "$VALGRIND" && $VALGRIND -q true > /dev/null 2>&1; then
     opt_valgrind_tests=yes
     VALGRIND="$VALGRIND -q"
   else