Add error when turning off man switch
Print a warning and abort in case xsltproc is missing.
This commit is contained in:
parent
fb04f2723a
commit
ef6890c31d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user