From 8f8384e71900011fe801424adc7e0878ddca9c6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 12 May 2009 00:47:46 +0100 Subject: [PATCH] configure: bump the GLib requirement to GLib >= 2.16 as per the New Regime (see wiki). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 262b587..960d093 100644 --- a/configure.ac +++ b/configure.ac @@ -475,7 +475,7 @@ LIBS="$save_libs" dnl *** checks for dependency libraries *** dnl GLib -GLIB_REQ=2.14 +GLIB_REQ=2.16 AG_GST_GLIB_CHECK([$GLIB_REQ]) -- 2.7.4