From 337432e0edece84d7c4d4894c9ce9d76fa729252 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 11 Oct 2013 15:36:06 +0100 Subject: [PATCH] libguestfs: Disable valgrind-daemon since we're supposed to be testing production code. --- config.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.ml b/config.ml index 6b44dc9..6016647 100644 --- a/config.ml +++ b/config.ml @@ -23,13 +23,15 @@ let libguestfs_localconfigure source = #!/bin/bash - . localenv +# NB: --enable-valgrind-daemon is disabled because we +# should be checking production builds. + %s \\ --prefix /usr \\ --disable-static \\ --with-default-backend=libvirt \\ --enable-gcc-warnings \\ --enable-gtk-doc \\ - --enable-valgrind-daemon \\ -C \\ \"$@\" " configure -- 1.8.3.1