mirror of https://github.com/GNOME/gimp.git
Bug 625307 - Make gtk-doc-less git builds work again
configure.ac: Check for GTK_DOC_CHECK avaiability before invoking. Should be enough to allow gtk-doc-less builds.
This commit is contained in:
parent
e8cbb1ef2c
commit
4f14da5391
|
@ -1795,7 +1795,11 @@ AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno")
|
||||||
# Checks for gtk-doc and docbook-tools
|
# Checks for gtk-doc and docbook-tools
|
||||||
######################################
|
######################################
|
||||||
|
|
||||||
|
# Check for GTK_DOC_CHECK availability. The GTK_DOC_CHECK invocation
|
||||||
|
# must be on its own line, gtkdocize relies on it
|
||||||
|
m4_ifdef([GTK_DOC_CHECK], [
|
||||||
GTK_DOC_CHECK([1.0])
|
GTK_DOC_CHECK([1.0])
|
||||||
|
])
|
||||||
|
|
||||||
# NOTE: We need to use a separate automake conditional for this
|
# NOTE: We need to use a separate automake conditional for this
|
||||||
# to make this work with the tarballs.
|
# to make this work with the tarballs.
|
||||||
|
|
Loading…
Reference in New Issue