From: Paul Brossier Date: Sun, 11 Dec 2016 23:27:45 +0000 (+0100) Subject: wscript: define HAVE_CONFIG_H here X-Git-Tag: 0.4.4~57 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=1910fed68ea20cbfa2299fde2c5f60b9a0942ee1;ds=sidebyside wscript: define HAVE_CONFIG_H here --- diff --git a/wscript b/wscript index c1472421..4254ddac 100644 --- 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'])