[grilo] Support Vala 0.24
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] Support Vala 0.24
- Date: Wed, 29 Jan 2014 10:09:37 +0000 (UTC)
commit ccac94175c696711751e8c0fda613eb3d440c14e
Author: Dominique Leuenberger <dimstar opensuse org>
Date: Tue Jan 28 21:29:50 2014 +0100
Support Vala 0.24
https://bugzilla.gnome.org/show_bug.cgi?id=723191
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 29dfa06..55149d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,7 +228,7 @@ AC_ARG_ENABLE([vala],
AC_MSG_RESULT([$enable_vala])
if test "x$enable_vala" != "xno"; then
valapkg=""
- m4_foreach([VERSION], [[0.12], [0.14], [0.16], [0.18], [0.20], [0.22]],
+ m4_foreach([VERSION], [[0.12], [0.14], [0.16], [0.18], [0.20], [0.22], [0.24]],
[PKG_CHECK_EXISTS([ libvala-VERSION ],
[ valapkg="libvala-VERSION" ])
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]