From 54021aea57049a2e8e43886e6081ec3690d22fb5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 5 May 2013 16:21:57 +0200 Subject: [PATCH] configure: set valgrind-memcheck toolchain when --valgrind is specified This avoids duplicating the default command line arguments Signed-off-by: Michael Niedermayer --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 330a3b7ebe..ca30d906bf 100755 --- a/configure +++ b/configure @@ -2493,6 +2493,8 @@ strip_default="${cross_prefix}${strip_default}" sysinclude_default="${sysroot}/usr/include" +test -n "$valgrind" && toolchain="valgrind-memcheck" + case "$toolchain" in clang-asan) cc_default="clang" @@ -4166,7 +4168,6 @@ enabled vdpau && disabled iconv || check_func_headers iconv.h iconv || check_lib2 iconv.h iconv -liconv || disable iconv enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel" -test -n "$valgrind" && target_exec="$valgrind --error-exitcode=1 --malloc-fill=0x2a --track-origins=yes --leak-check=full --gen-suppressions=all --suppressions=$source_path/tests/fate-valgrind.supp" # add some useful compiler flags if supported check_cflags -Wdeclaration-after-statement