build: bump glib requirement to 2.18 to reflect reality

Already using the 'literal' variants of GError functions extensively.
This commit is contained in:
Dan Williams
2009-12-01 11:33:44 -08:00
parent bde54958a9
commit 1d2d65151c

View File

@@ -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)