summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-05 15:08:04 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-05 15:08:04 +0000
commit90097339543fb0a705447b599d7a36138cba4232 (patch)
treeb01016e91c6fd9921aa9baf958905eb91d1ae928 /m4
parent90e64b98d566fd8df793cfc0a9b08b8e5fb356d3 (diff)
bump required gtk-doc version
Original commit message from CVS: bump required gtk-doc version
Diffstat (limited to 'm4')
-rw-r--r--m4/gst-doc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-doc.m4 b/m4/gst-doc.m4
index c4747a1..e407caf 100644
--- a/m4/gst-doc.m4
+++ b/m4/gst-doc.m4
@@ -11,7 +11,7 @@ AC_SUBST(HTML_DIR)
dnl check for gtk-doc
AC_CHECK_PROG(HAVE_GTK_DOC, gtkdoc-scangobj, true, false)
-gtk_doc_min_version=0.7
+gtk_doc_min_version=1.0
if $HAVE_GTK_DOC ; then
gtk_doc_version=`gtkdoc-mkdb --version`
AC_MSG_CHECKING([gtk-doc version ($gtk_doc_version) >= $gtk_doc_min_version])