diff --git a/configure.ac b/configure.ac index 2dcf9666..7b3480c7 100644 --- a/configure.ac +++ b/configure.ac @@ -324,6 +324,7 @@ if test "$enable_man" = "yes"; then AC_PATH_PROG([XSLTPROC], [xsltproc]) if test -z "$XSLTPROC"; then enable_man=no + AC_MSG_ERROR([xsltproc is missing.]) fi dnl check for DocBook DTD and stylesheets in the local catalog.