configure: fix valgrind-memcheck arguments

They now match the --valgrind arguments

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-05-05 10:48:33 +02:00
parent 4451be5ce1
commit 86c9cf643b
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2506,7 +2506,7 @@ case "$toolchain" in
;;
valgrind-memcheck)
target_exec_default="valgrind"
target_exec_args="--track-origins=yes --leak-check=full"
target_exec_args="--error-exitcode=1 --malloc-fill=0x2a --track-origins=yes --leak-check=full --gen-suppressions=all --suppressions=$source_path/tests/fate-valgrind.supp"
;;
msvc)
cc_default="c99wrap cl"