diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |