From 2ce629c30745fc4027d2a95745bf21e8d8c7b893 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 25 Aug 2009 09:55:23 +1000 Subject: Remove the asciidoc warning from configure. This warning was put in when the released version of asciidoc required an additional patch to build libXi. The release of asciidoc 8.4.5 included this patch thus we don't need this explicit warning anymore. Signed-off-by: Peter Hutterer --- configure.ac | 8 -------- 1 file changed, 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 -- cgit v1.2.3