[Telepathy-commits] [telepathy-sofiasip/master] Bumped the GLib dependency version to 2.16

Mikhail Zabaluev mikhail.zabaluev at nokia.com
Tue Oct 7 02:04:43 PDT 2008


This version introduces the URI escaping function that we're going to use.
telepathy-glib requires the same minimum version.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index afcd0b6..19505bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ dnl GTK docs
 GTK_DOC_CHECK
 
 dnl Check for Glib 
-PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.14, have_glib=yes, have_glib=no)
+PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.16, have_glib=yes, have_glib=no)
 
 if test x$have_glib = xno ; then
     AC_MSG_ERROR([GLib development libraries not found])
-- 
1.5.6.5




More information about the Telepathy-commits mailing list