From 1b7100ad101992adeaeb5c4ab85ee9a1b368b842 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 24 Sep 2015 11:20:56 +0930 Subject: [PATCH] configurator: check for valgrind/memcheck.h Signed-off-by: Rusty Russell --- tools/configurator/configurator.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configurator/configurator.c b/tools/configurator/configurator.c index 2139bcb2..a590a8d4 100644 --- a/tools/configurator/configurator.c +++ b/tools/configurator/configurator.c @@ -317,6 +317,8 @@ static struct test tests[] = { "for(i = 0; i < 0; i++) {};\n" "return 0;\n", "-Werror -fopenmp" }, + { "HAVE_VALGRIND_MEMCHECK_H", OUTSIDE_MAIN, NULL, NULL, + "#include \n" }, }; static char *grab_fd(int fd) -- 2.39.2