summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-08-26 12:38:45 +0100
committerJavier Jardón <jjardon@gnome.org>2011-08-26 12:44:30 +0100
commit2fb64f36e4bcdde28f709ba68d46c8783a96cd94 (patch)
tree0430f85d7426ae40deb6e92d9c4c6e51c252c6b4
parent042158186bbfda3c9b15669ec6b5f5a1e373127a (diff)
downloadgobject-introspection-2fb64f36e4bcdde28f709ba68d46c8783a96cd94.tar.gz
configure.ac: Do not generate template files
It's not needed as the project uses inline comments for documentation.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9959f7cd..f6bea928 100644
--- a/configure.ac
+++ b/configure.ac
@@ -233,7 +233,7 @@ GIREPO_CFLAGS="$GIREPO_CFLAGS $FFI_CFLAGS"
GIREPO_CFLAGS="$GIREPO_CFLAGS $GCOV_CFLAGS"
# gtk-doc
-GTK_DOC_CHECK([1.12])
+GTK_DOC_CHECK([1.15],[--flavour no-tmpl])
# Checks for header files.
AC_HEADER_STDC