pidgin: 059dd9d0: Increase glib minimum requirement to 2.1...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Fri Mar 25 08:48:02 EDT 2011


----------------------------------------------------------------------
Revision: 059dd9d0c0e405f88df5c518699b9c0222102c46
Parent:   afdc0f966c2c283e669f624aa593f4d5418a8ebf
Author:   rekkanoryo at pidgin.im
Date:     03/25/11 08:36:29
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/059dd9d0c0e405f88df5c518699b9c0222102c46

Changelog: 

Increase glib minimum requirement to 2.16.0 as I discussed on-list.

Changes against parent afdc0f966c2c283e669f624aa593f4d5418a8ebf

  patched  configure.ac

-------------- next part --------------
============================================================
--- configure.ac	ff1fc9de00e77ffb86b5f861ff329c92814eabed
+++ configure.ac	5685b91c649fcfdd26bf48a27f44a7c3a0f45fb9
@@ -326,13 +326,13 @@ dnl ####################################
 AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes")
 
 dnl #######################################################################
-dnl # Check for GLib 2.12 (required)
+dnl # Check for GLib 2.16 (required)
 dnl #######################################################################
-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.12.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [
 	AC_MSG_RESULT(no)
 	AC_MSG_ERROR([
 
-You must have GLib 2.12.0 or newer development headers installed to build.
+You must have GLib 2.16.0 or newer development headers installed to build.
 
 If you have these installed already you may need to install pkg-config so
 I can find them.


More information about the Commits mailing list