From 025ac3458015a1dcc4cb20feece5ba7fa38e3c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 12 Mar 2013 00:10:18 +0000 Subject: [PATCH] configure: remove out-of-date comment --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0a07f73d2e..d538367f06 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ dnl *** checks for library functions *** dnl *** checks for dependancy libraries *** -dnl GLib is required (GStreamer is ok with GLib-2.8, but we want at least 2.10) +dnl GLib is required GLIB_REQ=2.32.0 AC_SUBST([GLIB_REQ]) AG_GST_GLIB_CHECK([$GLIB_REQ])