[libgda/LIBGDA_4.2] Set libvala to request verstion >= 0.14



commit b92312345275b4582eea9b5a45ef6c50730afbac
Author: Daniel Espinosa <despinosa src gnome org>
Date:   Wed Oct 5 22:51:56 2011 -0500

    Set libvala to request verstion >= 0.14

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2cf5c75..61be37b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -499,7 +499,7 @@ AC_ARG_ENABLE([vala],
 have_vala=no
 if test "x$found_introspection" = "xyes"
 then
-    VALA_MODULES="libvala-0.14"
+    VALA_MODULES="libvala-0.14 >= 0.14"
     PKG_CHECK_MODULES(VALA, $VALA_MODULES,
 	AC_DEFINE(HAVE_VALA, [], [Defined if Vala support is enabled])
 	have_vala=yes



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