[libdmapsharing] Require newer Vala compiler



commit 9d40c0fd4325bf99d7f8ed1dd95279d3160c243f
Author: W. Michael Petullo <mike flyn org>
Date:   Thu Jan 20 22:17:46 2011 -0600

    Require newer Vala compiler
    
    See also https://bugzilla.gnome.org/show_bug.cgi?id=638797.
    Signed-off-by: W. Michael Petullo <mike flyn org>

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cb266e5..7ed80d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -329,7 +329,7 @@ fi
 AM_MAINTAINER_MODE
 AM_CONDITIONAL(HAVE_VALA, false)
 if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
-        AM_PROG_VALAC([0.10.0])
+        AM_PROG_VALAC([0.11.4])
         if test "x$VALAC" = "x" ; then
                 AC_MSG_ERROR([Cannot find the "valac" compiler in your PATH])
         fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]