# HG changeset patch # User John Bailey # Date 1301056589 0 # Node ID 49b278fa51db062815f92fc5b3808c1fff411c04 # Parent 1c84c02a26bf18f6bb2fe7d45766e01b3c7e8822 Increase glib minimum requirement to 2.16.0 as I discussed on-list. diff -r 1c84c02a26bf -r 49b278fa51db configure.ac --- a/configure.ac Fri Mar 25 11:48:49 2011 +0000 +++ b/configure.ac Fri Mar 25 12:36:29 2011 +0000 @@ -326,13 +326,13 @@ 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.