From d80d857b47dbefd75d6a87256a9cd96ae628b82d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Dec 2013 20:05:11 +0000 Subject: Tidy up configuration output. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5203 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index cccfde53..f2e7fdf4 100644 --- a/wscript +++ b/wscript @@ -32,11 +32,14 @@ def options(opt): help='Build unit tests') def configure(conf): + autowaf.configure(conf) + autowaf.display_header('Ingen Configuration') + conf.load('compiler_cxx') conf.load('python') - autowaf.configure(conf) conf.check_cxx(cxxflags=["-std=c++0x"]) + conf.env.append_unique('CXXFLAGS', ['-std=c++0x']) autowaf.check_header(conf, 'cxx', 'boost/format.hpp') @@ -44,7 +47,6 @@ def configure(conf): autowaf.check_header(conf, 'cxx', 'boost/optional.hpp') autowaf.check_header(conf, 'cxx', 'boost/utility.hpp') - autowaf.display_header('Ingen Configuration') conf.check_python_version((2,4,0), mandatory=False) autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', atleast_version='1.6.1', mandatory=True) -- cgit v1.2.1