[anjuta] build: Allow building with vala 0.36 and 0.38



commit b3acbb3cae60706d94f94f8fe37957e17c2582ab
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Wed Aug 2 03:51:33 2017 -0400

    build: Allow building with vala 0.36 and 0.38

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 488b6c7..d1b345f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -334,7 +334,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],[0.34]],
+       m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], 
[0.32],[0.34],[0.36],[0.38]],
                [PKG_CHECK_EXISTS([ libvala-VERSION ],
                         [ valaver="-VERSION" ])
                         ])


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