mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +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:
parent
3b6d88f347
commit
87a5593a4d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user