diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-11-21 08:20:19 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-11-21 08:20:19 +0000 |
commit | c428039493cebab0ef00d33008797ca010df3ad3 (patch) | |
tree | 113558687f7f2fc3280b4ad9a25dd41217055d1b /configure.in | |
parent | ba471ea3b2dd004d268547cd9c4e6445397793a2 (diff) | |
download | gtk+-c428039493cebab0ef00d33008797ca010df3ad3.tar.gz |
Bump gtk-doc dependency to 1.11 for nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump gtk-doc dependency to 1.11 for
nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.[hc]: Declare structs in a way that
gtk-doc understands.
svn path=/trunk/; revision=21794
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f00157c826..6c0d47a3a5 100644 --- a/configure.in +++ b/configure.in @@ -1906,7 +1906,7 @@ fi # Checks for gtk-doc and docbook-tools ################################################## -GTK_DOC_CHECK([1.8]) +GTK_DOC_CHECK([1.11]) AC_CHECK_PROG(DB2HTML, db2html, true, false) AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML) |