From: Tim-Philipp Müller Date: Wed, 7 Oct 2009 08:42:55 +0000 (+0100) Subject: configure: bump GLib requirement to 2.18 X-Git-Tag: RELEASE-0.10.26~418 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85f6ef121a381a212f9c764cfff1c2f4e7637b64;p=platform%2Fupstream%2Fgstreamer.git configure: bump GLib requirement to 2.18 Bump GLib requirement as per the release planning docs. --- diff --git a/configure.ac b/configure.ac index 6f30757..acc7faf 100644 --- a/configure.ac +++ b/configure.ac @@ -506,7 +506,7 @@ LIBS="$save_libs" dnl *** checks for dependency libraries *** dnl GLib -GLIB_REQ=2.16 +GLIB_REQ=2.18 AG_GST_GLIB_CHECK([$GLIB_REQ])