Commit 1b7100ad authored by Rusty Russell's avatar Rusty Russell

configurator: check for valgrind/memcheck.h

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 5eb82f55
......@@ -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 <valgrind/memcheck.h>\n" },
};
static char *grab_fd(int fd)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment