summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-03-26 12:15:47 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-03-26 12:15:47 +0100
commit0b9897b141ae03ccd00132a638d030a2521cf5b3 (patch)
treee947903f946e78bd241d547d5fd5bb4d9ee13371 /configure.in
parent0a53ff7b9f8a212793c540535c322bfaa93d3430 (diff)
parent783463ac49aeb2d1be57dc9b3669d508187415a8 (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
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