[anjuta] build: Allow building with vala 0.54



commit b4cea8ded8eb0612461429565155f589186bd4c3
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Fri Oct 8 21:23:03 2021 -0400

    build: Allow building with vala 0.54

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index f1345dda4..9b009fd59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -338,7 +338,7 @@ if test "$user_disabled_vala" = 1; then
 else
         AC_MSG_RESULT(no)
        AC_MSG_CHECKING(if libvala is available)
-       m4_foreach_w([VERSION], [0.52 0.50 0.48 0.46 0.44 0.42 0.40 0.38 0.36 0.34 0.32],
+       m4_foreach_w([VERSION], [0.54 0.52 0.50 0.48 0.46 0.44 0.42 0.40 0.38 0.36 0.34 0.32],
                [PKG_CHECK_EXISTS([ libvala-VERSION ],
                         [ valaver="-VERSION" ])
                         ])


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