Updating branch refs/heads/master
         to 71ba376ff27b1522aff145bba46ae62f76450cc1 (commit)
       from 79a38d50d595570cbc32d1f6a2eef252859fb6e0 (commit)

commit 71ba376ff27b1522aff145bba46ae62f76450cc1
Author: Christian Dywan <christ...@twotoasts.de>
Date:   Wed Oct 20 18:50:22 2010 +0200

    Require Vala 0.10 at minimum

 wscript |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wscript b/wscript
index 8241310..00e6de7 100644
--- a/wscript
+++ b/wscript
@@ -75,8 +75,8 @@ def configure (conf):
 
     conf.check_tool ('compiler_cc')
     conf.check_tool ('vala')
-    if conf.env['VALAC_VERSION'][1] < 8:
-         Utils.pprint ('RED', 'valac >= 0.8.0 required')
+    if conf.env['VALAC_VERSION'][1] < 10:
+         Utils.pprint ('RED', 'valac >= 0.10.0 required')
          sys.exit (1)
 
     if option_enabled ('nls'):
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to