libguestfs: Disable valgrind-daemon since we're supposed to be testing production...
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 11 Oct 2013 14:36:06 +0000 (15:36 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 11 Oct 2013 14:36:06 +0000 (15:36 +0100)
config.ml

index 6b44dc9..6016647 100644 (file)
--- 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