# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
-# serial 17
+# serial 18
AC_DEFUN([DC_DOVECOT_MODULEDIR],[
AC_ARG_WITH(moduledir,
trap "rm -f test.out.\$\$" 0 1 2 3 15
supp_path="\$top_srcdir/run-test-valgrind.supp"
if test -r "\$supp_path"; then
- valgrind -q --suppressions="\$supp_path" --log-file=test.out.\$\$ \$[*]
+ valgrind -q --leak-check=full --suppressions="\$supp_path" --log-file=test.out.\$\$ \$[*]
else
- valgrind -q --log-file=test.out.\$\$ \$[*]
+ valgrind -q --leak-check=full --log-file=test.out.\$\$ \$[*]
fi
ret=\$?
if test -s test.out.\$\$; then