[anjuta] build: Allow building with vala 0.50 and 0.52
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] build: Allow building with vala 0.50 and 0.52
- Date: Fri, 20 Aug 2021 06:28:47 +0000 (UTC)
commit f87cd95876dd660687e66837f44090d19b26c03c
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Aug 20 08:27:07 2021 +0200
build: Allow building with vala 0.50 and 0.52
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 200526c2d..cc81229e6 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.48 0.46 0.44 0.42 0.40 0.38 0.36 0.34 0.32],
+ 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],
[PKG_CHECK_EXISTS([ libvala-VERSION ],
[ valaver="-VERSION" ])
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]