diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-25 09:55:23 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-25 09:56:31 +1000 |
commit | 2ce629c30745fc4027d2a95745bf21e8d8c7b893 (patch) | |
tree | ac83af292307a2ca6ecdba88a9a7f2f891e9a441 /configure.ac | |
parent | 17bbc8c30fb34c7130b71e5cc0b0e17093271266 (diff) |
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 <peter.hutterer@who-t.net>
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 |