From 55a6b71971b2fe55def218e3b3021a4c39308240 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 30 Dec 2009 04:36:28 +0000 Subject: Print configuration header before running configure checks. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2320 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 103e70d..0f0f156 100644 --- a/wscript +++ b/wscript @@ -18,6 +18,7 @@ def set_options(opt): def configure(conf): autowaf.configure(conf) + autowaf.display_header('Machina Configuration') conf.check_tool('compiler_cxx') autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0', mandatory=True) @@ -58,7 +59,6 @@ def configure(conf): conf.write_config_header('machina-config.h') autowaf.print_summary(conf) - autowaf.display_header('Machina Configuration') autowaf.display_msg(conf, "Jack", str(conf.env['HAVE_JACK'] == 1)) autowaf.display_msg(conf, "GUI", str(conf.env['BUILD_MACHINA_GUI'] == 1)) print -- cgit v1.2.1