summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2002010..cec6cc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,9 @@ 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
dnl ---------------------------------------------------------------------------
dnl - Make paths available for source files