summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ccan/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ccan/wscript b/lib/ccan/wscript
index 9daf091e5b..59fe93af8e 100644
--- a/lib/ccan/wscript
+++ b/lib/ccan/wscript
@@ -3,6 +3,7 @@
import Logs, sys
def configure(conf):
+ conf.DEFINE('HAVE_CCAN', 1)
# FIXME: if they don't have -Werror, these will all fail. But they
# probably will anyway...
conf.CHECK_CODE('int __attribute__((cold)) func(int x) { return x; }',