bug#262 - force xsl-stylesheets when using man/doc

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4822 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
alonbl 2010-10-21 04:28:01 +00:00
parent df2d7d1dd1
commit 8ebde203ee
1 changed files with 1 additions and 0 deletions

View File

@ -493,6 +493,7 @@ fi
if test "${enable_man}" = "yes" -o "${enable_doc}" = "yes"; then
AC_MSG_CHECKING([XSLTPROC requirement])
test -n "${XSLTPROC}" || AC_MSG_ERROR([Missing XSLTPROC svn build with man or doc])
test "${xslstylesheetsdir}" != "no" || AC_MSG_ERROR([Missing xslstylesheetsdir])
AC_MSG_RESULT([ok])
fi