From e17310e829107095d451b8b123604d10bf8158bc 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/patchage@5203 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 552421b..49e73b0 100644 --- a/wscript +++ b/wscript @@ -40,13 +40,13 @@ def options(opt): def configure(conf): conf.load('compiler_cxx') - conf.line_just = 40 + conf.line_just = 44 autowaf.configure(conf) + autowaf.display_header('Patchage Configuration') conf.check_cxx(cxxflags=["-std=c++0x"]) conf.env.append_unique('CXXFLAGS', ['-std=c++0x']) - autowaf.display_header('Patchage Configuration') autowaf.check_pkg(conf, 'dbus-1', uselib_store='DBUS', mandatory=False) autowaf.check_pkg(conf, 'dbus-glib-1', uselib_store='DBUS_GLIB', -- cgit v1.2.1