summaryrefslogtreecommitdiff
path: root/gl/override/m4/valgrind-tests.m4.diff
blob: ecec0d054bfa4918212a91d1c7086f79df984889 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gl/m4/valgrind-tests.m4.orig	2011-11-25 00:22:13.922991882 +0100
+++ gl/m4/valgrind-tests.m4	2011-11-25 00:22:23.114450252 +0100
@@ -21,7 +21,7 @@
     AC_CHECK_PROGS(VALGRIND, valgrind)
   fi
 
-  OPTS="-q --error-exitcode=1 --leak-check=full"
+  OPTS="-q --error-exitcode=6 --leak-check=no"
 
   if test -n "$VALGRIND" \
      && $VALGRIND $OPTS $SHELL -c 'exit 0' > /dev/null 2>&1; then