diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2012-08-22 13:18:00 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2012-08-22 13:18:00 +0200 |
commit | e8c3b5c581a6d7407489bc11a342ad107e76fece (patch) | |
tree | 6dc7c0f55933abc70c2bdff13029fc9d3f5445fb /configure.ac | |
parent | 7fcbf88ced3fa623fdab7657d109170a7eb3ace7 (diff) | |
download | gstreamer-plugins-good-e8c3b5c581a6d7407489bc11a342ad107e76fece.tar.gz |
configure: bump gtk-doc req to 1.12 (mar-2009)
This allows us to e.g. unconditionally use gtkdoc-rebase.
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 2b1b6df84..e0fdc1152 100644 --- a/configure.ac +++ b/configure.ac @@ -127,7 +127,7 @@ AC_PATH_PROG(VALGRIND_PATH, valgrind, no) AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno") dnl check for documentation tools -GTK_DOC_CHECK([1.3]) +GTK_DOC_CHECK([1.12]) AS_PATH_PYTHON([2.1]) AG_GST_PLUGIN_DOCS([1.3],[2.1]) |