summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorVitaly Mayatskikh <v.mayatskih@gmail.com>2010-03-22 22:31:37 +0100
committerMartin Lucina <mato@kotelna.sk>2010-03-22 22:31:37 +0100
commitc802a72a0b4aae06cd65158af3c65e65e0dfc2e0 (patch)
tree48a309e8d52d2270a552f60cf4c47667ab1e2955 /configure.in
parent93bdb792a92b9bd235c7be47a13febf429568301 (diff)
configure does not mention xmlto when missing
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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