biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / misc / chafa / xmlcatalog_patch.patch
blob6bf988d6117f8e4af7ea4c61ac74e33ea0b75d36
1 diff --git a/configure.ac b/configure.ac
2 index 0055a70..fd4a905 100644
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -111,18 +111,6 @@ AS_IF([ test "$enable_man" != no ], [
6 ])
7 ])
9 -AS_IF([test "$enable_man" != no], [
10 - dnl check for DocBook XSL stylesheets in the local catalog
11 - JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl],
12 - [DocBook XSL Stylesheets], [have_docbook_style=yes],[have_docbook_style=no])
13 - AS_IF([ test "$have_docbook_style" != yes ], [
14 - AS_IF([ test "$enable_man" = yes ], [
15 - AC_MSG_ERROR([DocBook XSL Stylesheets are required for --enable-man])
16 - ])
17 - enable_man=no
18 - ])
19 -])
21 AM_CONDITIONAL(ENABLE_MAN, test "$enable_man" != no)
23 AC_MSG_CHECKING([whether to generate man pages])