mirror of
https://github.com/zeromq/libzmq.git
synced 2025-09-22 13:59:34 +02:00
configure does not mention xmlto when missing
This commit is contained in:
parent
93bdb792a9
commit
c802a72a0b
@ -84,7 +84,7 @@ if test -d ".git"; then
|
||||
if test "x$have_asciidoc" = "xno" -o "x$have_xmlto" = "xno"; then
|
||||
build_doc="no"
|
||||
install_man="no"
|
||||
AC_MSG_WARN([You are building from git and asciidoc is not installed. Documentation will not be built or installed.])
|
||||
AC_MSG_WARN([You are building from git and asciidoc or xmlto is not installed. Documentation will not be built or installed.])
|
||||
else
|
||||
build_doc="yes"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user