mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user