projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b02bfd
)
configure: test have_docbook_style != yes, not have_docbook_dtd
author
Alexander Larsson
<alexl@redhat.com>
Wed, 17 Jun 2015 15:31:19 +0000
(17:31 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Wed, 17 Jun 2015 15:32:17 +0000
(17:32 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
b297fc4
..
60423e4
100644
(file)
--- 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])
])