From 38faebf7e9993bc392bb8ebe0ede09ffce5b23ee Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 20 Feb 2009 11:55:54 +0000 Subject: [PATCH] [docs] Require gtk-doc 1.11 The new stable release of gtk-doc provides the --name-space option for the mkdb utility. This option allows to specify a namespace for the symbols that will get stripped, so that we don't get a symbols index containing only "C". --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 043014bd4..b700e5bb0 100644 --- a/configure.ac +++ b/configure.ac @@ -599,7 +599,7 @@ AC_SUBST(MAINTAINER_CFLAGS) dnl = GTK Doc check ======================================================== -GTK_DOC_CHECK([1.8]) +GTK_DOC_CHECK([1.11]) # we don't want to build the documentation from a SVN checkout unless we # explicitly tell configure to do so; this allows avoiding to recurse into