[anjuta] build: Allow building with vala 0.44
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] build: Allow building with vala 0.44
- Date: Sun, 8 Sep 2019 19:36:59 +0000 (UTC)
commit 09407cfe2b17919e5591895c31e92cf7c5e892bd
Author: Sébastien Granjoux <seb sfo free fr>
Date: Sat Sep 7 22:54:43 2019 +0200
build: Allow building with vala 0.44
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 6f7088ab9..2f6a7a2e6 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([VERSION], [[0.42], [0.40], [0.38], [0.36], [0.34], [0.32], [0.30], [0.28], [0.26],
[0.24], [0.22], [0.20], [0.18]],
+ m4_foreach([VERSION], [[0.44], [0.42], [0.40], [0.38], [0.36], [0.34], [0.32], [0.30], [0.28],
[0.26], [0.24], [0.22], [0.20], [0.18]],
[PKG_CHECK_EXISTS([ libvala-VERSION ],
[ valaver="-VERSION" ])
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]