[libgda] Check valac-0.16 and vapigen-0.16 explicity



commit 2a15da6766bdb174ae28e059d24d5ecc45899e43
Author: Daniel Espinosa <despinosa src gnome org>
Date:   Mon Apr 30 13:22:32 2012 -0500

    Check valac-0.16 and vapigen-0.16 explicity

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a1e9ad4..10522e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -495,7 +495,7 @@ then
 
     if test "x$have_vala" = "xyes"
     then
-	    AC_PATH_PROG(VAPIGEN, [vapigen], [no])
+	    AC_PATH_PROG(VAPIGEN, [vapigen-0.16], [no])
         if test "x$VAPIGEN" = "xno"
         then
             AC_MSG_ERROR([Vala found but vapigen not found])
@@ -506,7 +506,7 @@ then
         AC_SUBST(VAPIDIR)
 	    VALA_BINDIR=`pkg-config $VALA_MODULES --variable=bindir`
 	    AC_SUBST(VALA_BINDIR)
-	    VALA_COMPILER="$VALA_BINDIR/valac"
+	    VALA_COMPILER="$VALA_BINDIR/valac-0.16"
 	    AC_SUBST(VALA_COMPILER)
 	    
 	    if test "x$enable_vala_ext" = "xyes"



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