removd extraneous output about gtk-doc

This commit is contained in:
Frédéric Péters 2004-09-06 16:05:47 +00:00
parent 0013c23405
commit 29909e7ae9
1 changed files with 0 additions and 1 deletions

View File

@ -534,7 +534,6 @@ AC_ARG_ENABLE(gtk-doc, [ --disable-gtk-doc disable documentation build],,
if test "x$enable_gtk_doc" = "xyes" ; then
GTK_DOC_MIN_VERSION=1.0
AC_MSG_CHECKING(gtk-doc support:)
PKG_CHECK_MODULES(GTK_DOC, gtk-doc >= $GTK_DOC_MIN_VERSION, enable_gtk_doc="yes",
enable_gtk_doc="no")
fi