Updating branch refs/heads/master
         to 3687eb1c69ac4e0910e865910e5752935a426be0 (commit)
       from 2590f5347d68c6eada143c23c2eea484bb263fe7 (commit)

commit 3687eb1c69ac4e0910e865910e5752935a426be0
Author: Mike Massonnet <mmasson...@xfce.org>
Date:   Sun Oct 23 15:48:00 2011 +0200

    Set minimum version of Valac to 0.14

 configure.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index fca3e8c..b7731db 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -62,7 +62,7 @@ dnl ***********************
 dnl *** Check for valac ***
 dnl ***********************
 if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
-       AM_PROG_VALAC([0.8.0])
+       AM_PROG_VALAC([0.14.0])
        if test "x$VALAC" = "x" ; then
                AC_MSG_ERROR([Cannot find the "valac" compiler in your PATH])
        fi
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to