From f5d4543139172f366afa0de36dd7e5eac08e2297 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 17 Jun 2015 17:31:19 +0200 Subject: [PATCH] configure: test have_docbook_style != yes, not have_docbook_dtd --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b297fc441..60423e433 100644 --- a/configure.ac +++ b/configure.ac @@ -2603,7 +2603,7 @@ AS_IF([test "$enable_man" != no], [ dnl check for DocBook XSL stylesheets in the local catalog JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl], [DocBook XSL Stylesheets], [have_docbook_style=yes],[have_docbook_style=no]) - AS_IF([ test "$have_docbook_dtd" != yes ], [ + AS_IF([ test "$have_docbook_style" != yes ], [ AS_IF([ test "$enable_man" = yes ], [ AC_MSG_ERROR([DocBook XSL Stylesheets are required for --enable-man]) ])