summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b4e8b86..d8fd67f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,7 @@ dnl ---------------------------------------------------------------------------
dnl - Manual page build
dnl ---------------------------------------------------------------------------
AC_PATH_PROG(XMLTO, xmlto, no)
-if test "$XMLTO" = "no" ; then
- AC_MSG_ERROR([Cannot find xmlto. Aborting...])
-fi
+AM_CONDITIONAL(HAVE_XMLTO, [test "x$XMLTO" != xno])
dnl ---------------------------------------------------------------------------
dnl - Make paths available for source files