summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-02-23 16:58:12 -0500
committerColin Walters <walters@verbum.org>2009-02-23 16:58:12 -0500
commit91d31865d66a9e5eaeea8be0b5d3b65857980bbf (patch)
tree3352e78524e884eef51d948174264354dae25b64 /configure.ac
parent77c73ac5052dbf388a8e025b6014c759fbe2db5f (diff)
downloadgobject-introspection-91d31865d66a9e5eaeea8be0b5d3b65857980bbf.tar.gz
Punt on building with older gtk-doc; version skew in gtk-doc.make makes patching hard
We'll just require 1.12, which is the version fixed to work with shave.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c81b00ee..5487e750 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,7 +163,7 @@ GIREPO_CFLAGS="$GIREPO_CFLAGS $FFI_CFLAGS"
GIREPO_CFLAGS="$GIREPO_CFLAGS $GCOV_CFLAGS"
# gtk-doc
-GTK_DOC_CHECK([1.11])
+GTK_DOC_CHECK([1.12])
# Checks for header files.
AC_HEADER_STDC