configure: Require GLib >= 2.24
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 12 Dec 2011 09:24:45 +0000 (10:24 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 12 Dec 2011 09:24:45 +0000 (10:24 +0100)
All other modules require this already and nobody is testing with
older versions anyway.

configure.ac

index f8a3f93..70fc566 100644 (file)
@@ -207,7 +207,7 @@ AC_CHECK_TYPE([struct ip_mreqn], [
 dnl *** checks for dependency libraries ***
 
 dnl GLib is required
-AG_GST_GLIB_CHECK([2.20])
+AG_GST_GLIB_CHECK([2.24])
 PKG_CHECK_MODULES(GIO, [ gio-2.0 >= 2.20 ], , AC_MSG_ERROR([gio is required]))
 
 dnl Orc