From 1d2d65151c1f8cef1f5e30e6b601b50df3451fa8 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 1 Dec 2009 11:33:44 -0800 Subject: [PATCH] build: bump glib requirement to 2.18 to reflect reality Already using the 'literal' variants of GError functions extensively. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b5b8efbb9d..45e236555a 100644 --- a/configure.ac +++ b/configure.ac @@ -192,7 +192,7 @@ PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.1 dbus-glib-1 >= 0.75) AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) -PKG_CHECK_MODULES(GLIB, gthread-2.0 glib-2.0 >= 2.16 gobject-2.0) +PKG_CHECK_MODULES(GLIB, gthread-2.0 glib-2.0 >= 2.18 gobject-2.0) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS)