From f20c72f45647cf869f02a60addc9e079760ee763 Mon Sep 17 00:00:00 2001 From: rl1987 Date: Sun, 28 Sep 2014 18:09:25 +0300 Subject: Improving error message. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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; -- cgit v1.2.3-54-g00ecf