From c802a72a0b4aae06cd65158af3c65e65e0dfc2e0 Mon Sep 17 00:00:00 2001 From: Vitaly Mayatskikh Date: Mon, 22 Mar 2010 22:31:37 +0100 Subject: configure does not mention xmlto when missing --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 36f95a8..eb36f8f 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v1.2.3