[dconf] configure: depend on a released Vala
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] configure: depend on a released Vala
- Date: Wed, 12 Mar 2014 13:30:14 +0000 (UTC)
commit c418dfff312738a883ef4907eaf2e1005a192b06
Author: Ryan Lortie <desrt desrt ca>
Date: Wed Mar 12 09:29:44 2014 -0400
configure: depend on a released Vala
dconf is tested as working with Vala 0.18.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4624e73..f30ffb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ fi
AC_PROG_CC
AC_CHECK_LIB(c, dlsym, LIBDL="", [AC_CHECK_LIB(dl, dlsym, LIBDL="-ldl")])
AC_SUBST(LIBDL)
-AM_PROG_VALAC([0.17.0])
+AM_PROG_VALAC([0.18.0])
AC_PROG_RANLIB
AC_ARG_ENABLE(man,
[AS_HELP_STRING([--enable-man],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]