From 1910fed68ea20cbfa2299fde2c5f60b9a0942ee1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 12 Dec 2016 00:27:45 +0100 Subject: [PATCH] wscript: define HAVE_CONFIG_H here --- wscript | 1 + 1 file changed, 1 insertion(+) 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']) -- 2.11.0