From 735a04187f4504fd1871a803f2afa59a2d9afa3e Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Wed, 22 Aug 2012 13:19:01 +0200 Subject: [PATCH] configure: bump gtk-doc req to 1.12 (mar-2009) This allows us to e.g. unconditionally use gtkdoc-rebase. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5b146dbd7f..26e703ffe5 100644 --- a/configure.ac +++ b/configure.ac @@ -117,7 +117,7 @@ dnl check if the compiler supports do while(0) macros AG_GST_CHECK_DOWHILE_MACROS 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])