From: Michael Vetter Date: Fri, 8 Sep 2017 14:25:29 +0000 (+0200) Subject: Add error when turning off man switch X-Git-Tag: 4.6~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F85%2Fhead;p=thirdparty%2Fshadow.git Add error when turning off man switch Print a warning and abort in case xsltproc is missing. --- diff --git a/configure.ac b/configure.ac index 2dcf9666b..7b3480c7b 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.