From aaf6ea8d2844ed21c82560ba16364e804f3bbff1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Sep 2010 20:48:54 +0000 Subject: Upgrade to latest autowaf. Tidy up configure output. git-svn-id: svn://localhost/ardour2/branches/3.0@7752 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/evoral/wscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libs/evoral') diff --git a/libs/evoral/wscript b/libs/evoral/wscript index e2bfd9e477..2c9c157bc8 100644 --- a/libs/evoral/wscript +++ b/libs/evoral/wscript @@ -29,6 +29,8 @@ def set_options(opt): def configure(conf): autowaf.configure(conf) + #autowaf.display_header('Evoral Configuration') + conf.check_tool('compiler_cxx') autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT', atleast_version='1.12.0', mandatory=False) autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', atleast_version='2.2') @@ -41,10 +43,8 @@ def configure(conf): conf.env['BUILD_TESTS'] = Options.options.build_tests - autowaf.print_summary(conf) - autowaf.display_header('Evoral Configuration') - autowaf.display_msg(conf, "Unit tests", str(conf.env['BUILD_TESTS'])) - print + #autowaf.display_msg(conf, "Unit tests", str(conf.env['BUILD_TESTS'])) + #print def build(bld): # Headers -- cgit v1.2.3