/soc/2015/mmcc/main: a14fae2791a2: bump GLib requirement to 2.40

Michael McConville mmcconville at mykolab.com
Tue Jun 23 16:02:33 EDT 2015


Changeset: a14fae2791a28b6ff8673b4e3b1b6b68b2ac80d3
Author:	 Michael McConville <mmcconville at mykolab.com>
Date:	 2015-06-18 16:12 -0400
Branch:	 default
URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/a14fae2791a2

Description:

bump GLib requirement to 2.40

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
@@ -477,13 +477,13 @@ fi #enable_i18n
 AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes")
 
 dnl #######################################################################
-dnl # Check for GLib 2.20 (required)
+dnl # Check for GLib 2.40 (required)
 dnl #######################################################################
-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.20.0 gobject-2.0 gthread-2.0], , [
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.40.0 gobject-2.0 gthread-2.0], , [
 	AC_MSG_RESULT(no)
 	AC_MSG_ERROR([
 
-You must have GLib 2.20.0 or newer development headers installed to build.
+You must have GLib 2.40.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