projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb82f5
)
configurator: check for valgrind/memcheck.h
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 24 Sep 2015 01:50:56 +0000
(11:20 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 24 Sep 2015 01:50:56 +0000
(11:20 +0930)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
tools/configurator/configurator.c
patch
|
blob
|
history
diff --git
a/tools/configurator/configurator.c
b/tools/configurator/configurator.c
index 2139bcb2059267e9ebfe098831ee25d94c85fe8f..a590a8d4f947c402b086e90adef3e23414b1da66 100644
(file)
--- 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 <valgrind/memcheck.h>\n" },
};
static char *grab_fd(int fd)