diff options
author | David Robillard <d@drobilla.net> | 2013-12-25 20:05:11 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-12-25 20:05:11 +0000 |
commit | e17310e829107095d451b8b123604d10bf8158bc (patch) | |
tree | 374eb716bf012414607befd6f33a57554ae2bede /wscript | |
parent | 3556408bde2a1b21f72903e67d5ee5f86e48a6cb (diff) | |
download | patchage-e17310e829107095d451b8b123604d10bf8158bc.tar.gz patchage-e17310e829107095d451b8b123604d10bf8158bc.tar.bz2 patchage-e17310e829107095d451b8b123604d10bf8158bc.zip |
Tidy up configuration output.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5203 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |