summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-09-07 11:11:11 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-09-07 11:11:11 -0400
commit645d40d00457e417c5741268a91fc61a5e5a8ce9 (patch)
treedb0b93dd922471ddfc55d090408278124d8aed7f /configure.ac
parentcbdf255e255adc0f30b40be296fbbf2f3cd2be80 (diff)
Bump required GLib version to 2.22
This is needed for g_main_context_get_thread_default(). Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 810be67bee..733741d447 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ if test "x$enable_extras" = xyes; then
AC_MSG_ERROR([gperf is needed])
fi
- PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.7.0 gobject-2.0 >= 2.7.0])
+ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.22.0 gobject-2.0 >= 2.22.0])
AC_SUBST([GLIB_CFLAGS])
AC_SUBST([GLIB_LIBS])