diff options
author | David Robillard <d@drobilla.net> | 2011-09-19 06:24:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-09-19 06:24:01 +0000 |
commit | 2789cc7d0922b0e386bc28708a612433eaaa1742 (patch) | |
tree | a7573b140bf639004d9851efd4d56923e1110b3f | |
parent | f8ce6cd6fbc197db2a62beb51a7c8072f9a8722d (diff) | |
download | zix-2789cc7d0922b0e386bc28708a612433eaaa1742.tar.gz zix-2789cc7d0922b0e386bc28708a612433eaaa1742.tar.bz2 zix-2789cc7d0922b0e386bc28708a612433eaaa1742.zip |
Fix configuration output justification
git-svn-id: http://svn.drobilla.net/zix/trunk@25 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ def options(opt): help="Build benchmarks") def configure(conf): - conf.line_just = max(conf.line_just, 59) autowaf.configure(conf) autowaf.display_header('Zix Configuration') |