diff --git a/configure.ac b/configure.ac index b0fdae28..f7d06874 100644 --- a/configure.ac +++ b/configure.ac @@ -483,7 +483,7 @@ fi if test "${enable_man}" = "detect"; then if test "${WIN32}" = "yes"; then enable_man="no" - elif test -n "${XSLTPROC}"; then + elif test -n "${XSLTPROC}" -a "${xslstylesheetsdir}" != "no"; then enable_man="yes" else enable_man="no"