aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2014-09-28 18:09:25 +0300
committerrl1987 <rl1987@sdf.lonestar.org>2014-09-28 18:09:25 +0300
commitf20c72f45647cf869f02a60addc9e079760ee763 (patch)
tree6aa1212035fba47589060ccd8de6901302031223 /configure.ac
parent5190ec0bc4c22d7bab756e21db6e357ba07379c4 (diff)
downloadtor-f20c72f45647cf869f02a60addc9e079760ee763.tar.gz
tor-f20c72f45647cf869f02a60addc9e079760ee763.zip
Improving error message.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bd46a7c662..73499c22ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1599,7 +1599,9 @@ if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; then
if ! [[ -f "$srcdir/$file.1.in" ]] || ! [[ -f "$srcdir/$file.html.in" ]] ; then
echo "==================================";
echo;
- echo "You need asciidoc installed to be able to build the manpage.";
+ echo "Building Tor has failed since manpages cannot be built.";
+ echo;
+ echo "You need asciidoc installed to be able to build the manpages.";
echo "To build without manpages, use the --disable-asciidoc argument";
echo "when calling configure.";
echo;