summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2008-05-10 18:02:22 +0200
committerMichael Biebl <mbiebl@gmail.com>2008-05-10 18:07:07 +0200
commit6816feeeee67fe9ee84d409753dc590c16ddfaa3 (patch)
treecc56aed08c03267119699a5225c95aa3ab59be44 /configure.ac
parentc6c5d707f81f7c3c8b44971c0f48b63e634dbaed (diff)
Add a configure check for xmlto
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 79ffdc7..6d22c2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,8 @@ dnl ---------------------------------------------------------------------------
AC_PATH_PROG(DOCBOOK2MAN, docbook2man, no)
AM_CONDITIONAL(HAVE_DOCBOOK, [test "x$DOCBOOK2MAN" != xno])
+AC_PATH_PROG(XMLTO, XMLTO, no)
+
dnl ---------------------------------------------------------------------------
dnl - Make paths available for source files
dnl ---------------------------------------------------------------------------