[anjuta] bgo#771625 - needs support for vala 0.34



commit 2957ce9547b0a1e76163acde78a23d919939470d
Author: Michael Biebl <mbiebl gmail com>
Date:   Mon Jun 5 20:33:58 2017 +0200

    bgo#771625 - needs support for vala 0.34

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 253560b..6a64c53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -329,7 +329,7 @@ if test "$user_disabled_vala" = 1; then
 else
         AC_MSG_RESULT(no)
        AC_MSG_CHECKING(if libvala is available)
-       m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32]],
+       m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32],[0.34]],
                [PKG_CHECK_EXISTS([ libvala-VERSION ],
                         [ valaver="-VERSION" ])
                         ])


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