summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-25 20:05:11 +0000
committerDavid Robillard <d@drobilla.net>2013-12-25 20:05:11 +0000
commite17310e829107095d451b8b123604d10bf8158bc (patch)
tree374eb716bf012414607befd6f33a57554ae2bede
parent3556408bde2a1b21f72903e67d5ee5f86e48a6cb (diff)
downloadpatchage-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
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
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',