From 8ebde203ee3ac3b66b569fdcf5cf852e23f1cc42 Mon Sep 17 00:00:00 2001 From: alonbl Date: Thu, 21 Oct 2010 04:28:01 +0000 Subject: [PATCH] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 9808a9fb..b0fdae28 100644 --- a/configure.ac +++ b/configure.ac @@ -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