diff options
author | David Robillard <d@drobilla.net> | 2011-05-16 19:29:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-16 19:29:28 +0000 |
commit | 52386679b5812e2956218a6b35727604760ae655 (patch) | |
tree | 1990eb4d9387aa935bdecd6fdec32194a717ee8f | |
parent | 5f37613d5be17e62d77c43212bc88217ebfb556d (diff) | |
download | lilv-52386679b5812e2956218a6b35727604760ae655.tar.gz lilv-52386679b5812e2956218a6b35727604760ae655.tar.bz2 lilv-52386679b5812e2956218a6b35727604760ae655.zip |
Align configuration output precisely per-project
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3271 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ def options(opt): help="Default LV2 path to use if $LV2_PATH is unset (globs and ~ supported)") def configure(conf): - conf.line_just = max(conf.line_just, 63) + conf.line_just = 63 autowaf.configure(conf) autowaf.display_header('Lilv Configuration') conf.load('compiler_cc') |