Merge pull request #85 from jubalh/nosilent
Add warning when turning off man switch
This commit is contained in:
commit
0209d3f185
@ -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