configure.ac: bump required GLib to 2.26

This commit is contained in:
Mark Nauwelaerts 2011-06-20 15:43:57 +02:00
parent 0530b609aa
commit a6496e1562

View file

@ -254,7 +254,7 @@ AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
dnl *** checks for dependency libraries ***
dnl GLib is required
AG_GST_GLIB_CHECK([2.24])
AG_GST_GLIB_CHECK([2.26])
ORC_CHECK([0.4.11])