/pidgin/main: 743a04636b7b: configure.ac: Bump GLib dependency v...

Mike Ruprecht <[email protected]> Tue, 06 Sep 2016 11:19:22 -0400
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 743a04636b7b85b7747786817ba15f02edbfdb94
Author:	 Mike Ruprecht <[email protected]>
Date:	 2016-08-29 23:50 -0500
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/743a04636b7b

Description:

configure.ac: Bump GLib dependency version to 2.36

Surprise. GSimpleProxyResolver is from GLib 2.36. This patch bumps
the dependency to bring it up to handle that object.

diffstat:

 configure.ac |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -470,13 +470,13 @@ fi #enable_i18n
 AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes")
 
 dnl #######################################################################
-dnl # Check for GLib 2.34 (required)
+dnl # Check for GLib 2.36 (required)
 dnl #######################################################################
-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.34.0 gio-2.0 gobject-2.0 gthread-2.0], , [
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.36.0 gio-2.0 gobject-2.0 gthread-2.0], , [
 	AC_MSG_RESULT(no)
 	AC_MSG_ERROR([
 
-You must have GLib 2.34.0 or newer development headers installed to build.
+You must have GLib 2.36.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.

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits