From ed81328db66ce56d42cfb4bf21ea6934580e5861 Mon Sep 17 00:00:00 2001 From: alonbl Date: Thu, 21 Oct 2010 12:17:51 +0000 Subject: [PATCH] detect man by xslstylesheetsdir too git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4823 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"