wscript: define HAVE_CONFIG_H here
authorPaul Brossier <piem@piem.org>
Sun, 11 Dec 2016 23:27:45 +0000 (00:27 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 11 Dec 2016 23:27:45 +0000 (00:27 +0100)
wscript

diff --git a/wscript b/wscript
index c147242..4254dda 100644 (file)
--- a/wscript
+++ b/wscript
@@ -328,6 +328,7 @@ def configure(ctx):
 
     # the following defines will be passed as arguments to the compiler
     # instead of being written to src/config.h
+    ctx.define('HAVE_CONFIG_H', 1)
 
     # add some defines used in examples
     ctx.define('AUBIO_PREFIX', ctx.env['PREFIX'])