From d58eba655118adfa3c24ae74fb06eab5dedb9397 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Oct 2008 16:58:33 +0000 Subject: Fix building without libsoup. Documentation building either globally or per project. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1574 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 7c8a3f23..cb160236 100644 --- a/wscript +++ b/wscript @@ -48,9 +48,9 @@ def configure(conf): if not conf.env['HAVE_REDLANDMM']: conf.check_pkg('redlandmm', destvar='REDLANDMM', vnum='0.0.0', mandatory=False) conf.env['INGEN_VERSION'] = INGEN_VERSION - conf.write_config_header('waf-config.h') conf.env.append_value('CCFLAGS', '-DCONFIG_H_PATH=\\\"waf-config.h\\\"') conf.env.append_value('CXXFLAGS', '-DCONFIG_H_PATH=\\\"waf-config.h\\\"') + conf.write_config_header('waf-config.h') def build(bld): opts = Params.g_options -- cgit v1.2.1