From bd5e37865529e22d582fd59fe37c072b785b36f5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 2 Oct 2008 01:57:26 +0000 Subject: Factor out header printing... git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1583 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index a35714f..7a257c2 100644 --- a/wscript +++ b/wscript @@ -55,7 +55,7 @@ def configure(conf): conf.env.append_value('CCFLAGS', '-DPACKAGE_VERSION=\\\"' + VERSION + '\\\"') autowaf.print_summary(conf) - print '= SLV2 Configuration =' + autowaf.display_header('SLV2 Configuration') autowaf.display_msg("Jack clients", str(bool(conf.env['HAVE_JACK'])), 'YELLOW') print -- cgit v1.2.1