From 3ad7a375015d47fdf5016e03e11fa93440d6d8bd Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 20 Oct 2015 22:19:08 +0100 Subject: [PATCH] qemu: disable Valgrind There isn't an option to enable or disable valgrind support, so disable it to avoid non-deterministic builds. Upstream-Status: Inappropriate Signed-off-by: Ross Burton --- configure | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure b/configure index 714e7fb6..dad4fc59 100755 --- a/configure +++ b/configure @@ -5335,15 +5335,6 @@ fi # check if we have valgrind/valgrind.h valgrind_h=no -cat > $TMPC << EOF -#include -int main(void) { - return 0; -} -EOF -if compile_prog "" "" ; then - valgrind_h=yes -fi ######################################## # check if environ is declared