diff options
Diffstat (limited to 'lib/libXi/configure.ac')
-rw-r--r-- | lib/libXi/configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libXi/configure.ac b/lib/libXi/configure.ac index f3a8bd9b1..6501cb72a 100644 --- a/lib/libXi/configure.ac +++ b/lib/libXi/configure.ac @@ -26,10 +26,8 @@ AC_SUBST(XI_LIBS) # Check for xmlto and asciidoc for man page conversion # (only needed by people building tarballs) -AC_ARG_VAR([XMLTO], [Path to xmlto command]) -AC_PATH_PROG([XMLTO], [xmlto]) -AC_ARG_VAR([ASCIIDOC], [Path to asciidoc command]) -AC_PATH_PROG([ASCIIDOC], [asciidoc]) +XORG_WITH_XMLTO +XORG_WITH_ASCIIDOC if test "x$XMLTO" != "x" && test "x$ASCIIDOC" != "x"; then have_doctools=yes else |