diff options
author | David Robillard <d@drobilla.net> | 2012-07-24 21:27:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-24 21:27:18 +0000 |
commit | 233a462e8070e4064c68f522e13533f57c6fa06d (patch) | |
tree | 15aada112b2c8a06d42347014133a79daa527414 /wscript | |
parent | 6bd13dfa606f758212a20634f0f073596f42101f (diff) | |
download | ingen-233a462e8070e4064c68f522e13533f57c6fa06d.tar.gz ingen-233a462e8070e4064c68f522e13533f57c6fa06d.tar.bz2 ingen-233a462e8070e4064c68f522e13533f57c6fa06d.zip |
Fix configuration output alignment.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4550 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ def options(opt): def configure(conf): conf.load('compiler_cxx') autowaf.configure(conf) - conf.line_just = 48 autowaf.display_header('Ingen Configuration') autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', |