configure: bump GLib requirement to GLib >= 2.16

as per the New Regime (see wiki).
This commit is contained in:
Tim-Philipp Müller 2009-05-12 01:17:53 +01:00
parent 3d33e2a873
commit 15637b6bd4

View file

@ -243,7 +243,7 @@ AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
dnl *** checks for dependency libraries ***
dnl GLib is required
AG_GST_GLIB_CHECK([2.14])
AG_GST_GLIB_CHECK([2.16])
dnl liboil is required
PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.14, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)