diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-03-12 00:10:18 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-03-12 00:10:18 +0000 |
commit | 025ac3458015a1dcc4cb20feece5ba7fa38e3c61 (patch) | |
tree | 0746630c072a1fa355a9bd468459e8db7a5e9883 /configure.ac | |
parent | 9da40095c39bf7ffcf189037d717742b06d8e474 (diff) |
configure: remove out-of-date comment
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0a07f73..d538367 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]) |