--- a/configure.ac Thu Dec 17 20:07:35 2015 -0600 +++ b/configure.ac Fri Dec 18 18:25:55 2015 -0600 @@ -477,13 +477,13 @@ AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes") dnl ####################################################################### -dnl # Check for GLib 2.20 (required) +dnl # Check for GLib 2.34 (required) dnl ####################################################################### -PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.28.0 gobject-2.0 gthread-2.0], , [ +PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.34.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.34.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.