From: David Zeuthen Date: Tue, 7 Sep 2010 15:11:11 +0000 (-0400) Subject: Bump required GLib version to 2.22 X-Git-Tag: 174~338 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645d40d00457e417c5741268a91fc61a5e5a8ce9;p=systemd Bump required GLib version to 2.22 This is needed for g_main_context_get_thread_default(). Signed-off-by: David Zeuthen --- diff --git a/configure.ac b/configure.ac index 810be67b..733741d4 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])