allow building without gnome-doc-utils

'gnome-doc-utils' is a rather large dependency on OS X, and the build
system has checks for gnome-doc-utils surrounding its use, but the
autoconf check errors out in its absence.
This commit is contained in:
Dan Villiom Podlaski Christiansen 2015-09-28 01:08:53 +02:00
parent 3b6d88f347
commit 87a5593a4d

View File

@ -54,7 +54,7 @@ if test "$gdu_cv_have_gdu" = "yes"; then
ifelse([$2],,[:],[$2])
else
AC_MSG_RESULT([no])
ifelse([$3],,[AC_MSG_ERROR([gnome-doc-utils >= $gdu_cv_version_required not found])],[$3])
ifelse([$3],,[:],[$3])
fi
GNOME_DOC_DEFINES