Added GTK_DOC_USE_LIBTOOL conditional for tarball using without gtk-doc tools installed

Reported-by: Dagobert Michelsen
This commit is contained in:
Tim Rühsen 2015-01-21 11:16:02 +01:00
parent b1b05d8dc4
commit 832829622d
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ GTK_DOC_CHECK([1.15],[--flavour no-tmpl])
],[
AM_CONDITIONAL([ENABLE_GTK_DOC], false)
])
# needed for some older versions of gtk-doc
m4_ifdef([GTK_DOC_USE_LIBTOOL], [], [
AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], false)
])
#
# enable creation of man pages