diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 5459a3b..e3aa05a 100644 --- a/configure.ac +++ b/configure.ac @@ -32,14 +32,6 @@ AC_PATH_PROG([ASCIIDOC], [asciidoc]) AM_CONDITIONAL([HAVE_DOCTOOLS], [test "x$XMLTO" != "x" && test "x$ASCIIDOC" != "x"]) if test "x$XMLTO" = "x" || test "x$ASCIIDOC" = "x"; then AC_MSG_WARN([xmlto or asciidoc not found - cannot create man pages without it]) -else - AC_MSG_WARN([ - ********************************************************* - xmlto and asciidoc found. I will be building man - pages. Your asciidoc may not support multiple docbook - targets and building the man pages may fail. See - http://hg.sharesource.org/asciidoc/raw-rev/fc5a653a30a3 - *********************************************************]) fi XORG_CHECK_MALLOC_ZERO |