diff options
author | David Robillard <d@drobilla.net> | 2008-10-02 01:57:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-02 01:57:26 +0000 |
commit | 3cec9f251255b7873712b02efdf91e258c78c624 (patch) | |
tree | e682dea5278e9d7e8f359c7f373062a0262538c9 /wscript | |
parent | 871d6fa21ee5f85748e29e0552303980d4a75542 (diff) | |
download | ingen-3cec9f251255b7873712b02efdf91e258c78c624.tar.gz ingen-3cec9f251255b7873712b02efdf91e258c78c624.tar.bz2 ingen-3cec9f251255b7873712b02efdf91e258c78c624.zip |
Factor out header printing...
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1583 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ def configure(conf): conf.write_config_header('waf-config.h') autowaf.print_summary(conf) - print '= Ingen Configuration =' + autowaf.display_header('Ingen Configuration') autowaf.display_msg("Jack", str(bool(conf.env['HAVE_JACK_DBUS'])), 'YELLOW') autowaf.display_msg("OSC", str(bool(conf.env['HAVE_LIBLO'])), 'YELLOW') autowaf.display_msg("HTTP", str(bool(conf.env['HAVE_SOUP'])), 'YELLOW') |