[libgee] Match vala-0.7.4's required GLib version



commit 1674e7798f0809391c1ff1a929251fbdbd4e1b42
Author: Didier 'Ptitjes <ptitjes free fr>
Date:   Mon Jul 20 16:30:23 2009 +0200

    Match vala-0.7.4's required GLib version
    
    Signed-off-by: Didier 'Ptitjes <ptitjes free fr>

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d51732b..30ab653 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AC_SUBST(CFLAGS)
 AC_SUBST(CPPFLAGS)
 AC_SUBST(LDFLAGS)
 
-GLIB_REQUIRED=2.10.0
+GLIB_REQUIRED=2.12.0
 
 PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED)
 AC_SUBST(GLIB_CFLAGS)



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