detect man by xslstylesheetsdir too

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4823 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
alonbl 2010-10-21 12:17:51 +00:00
parent 8ebde203ee
commit ed81328db6
1 changed files with 1 additions and 1 deletions

View File

@ -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"