Original commit message from CVS:
* tests/check/gst/gstbuffer.c:
* tests/check/pipelines/parse-launch.c:
Use HAVE_VALGRIND_H some more.
2008-06-20 Thomas Vander Stichele <thomas at apestaart dot org>
+ * tests/check/gst/gstbuffer.c:
+ * tests/check/pipelines/parse-launch.c:
+ Use HAVE_VALGRIND_H some more.
+
+2008-06-20 Thomas Vander Stichele <thomas at apestaart dot org>
+
* scripts/cvs-update.sh:
Pass arguments to make.
Run autoregen.sh if Makefile is not there.
# include "config.h"
#endif
-#ifdef HAVE_VALGRIND
+#ifdef HAVE_VALGRIND_H
# include <valgrind/valgrind.h>
#else
# define RUNNING_ON_VALGRIND FALSE
# include "config.h"
#endif
-#ifdef HAVE_VALGRIND
+#ifdef HAVE_VALGRIND_H
# include <valgrind/valgrind.h>
# include <valgrind/memcheck.h>
#endif
g_print ("Trying pipe: %s\n", *s);
expected_fail_pipe (*s);
#endif
-#ifdef HAVE_VALGRIND
+#ifdef HAVE_VALGRIND_H
VALGRIND_DO_LEAK_CHECK;
#endif
}