From 4761949397aec68d4b0c647d8f45a85762ba1bd3 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 17 Jun 2011 11:25:37 +0200 Subject: [PATCH] Do a simple Vala check without extra logic Vala is mandatory at build-time. The extra check doesn't respect VALAC. --- wscript | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/wscript b/wscript index 1cfe216c..518c0092 100644 --- a/wscript +++ b/wscript @@ -88,13 +88,7 @@ def configure (conf): return dirvalue conf.check_tool ('compiler_cc') - if find_program_impl (conf.env, 'valac'): - conf.check_tool ('vala') - else: - conf.check_message ('program', 'valac', False, False) - Utils.pprint ('RED', 'Vala is requird to build Midori.') - sys.exit (1) - conf.check_tool ('glib2') + conf.check_tool ('vala') if option_enabled ('nls'): conf.check_tool ('intltool') -- 2.39.5