mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
configure.ac: more AS_IF
It looks like JH_CHECK_XML_CATALOG has some prerequisite as well Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> https://bugzilla.gnome.org/show_bug.cgi?id=674483
This commit is contained in:
parent
54e31ab4f1
commit
a365684bf0
@ -2591,7 +2591,7 @@ AC_ARG_ENABLE(man,
|
||||
[regenerate man pages from Docbook [default=no]])],enable_man=yes,
|
||||
enable_man=no)
|
||||
|
||||
if test "${enable_man}" != no; then
|
||||
AS_IF([test "${enable_man}" != no], [
|
||||
dnl
|
||||
dnl Check for xsltproc
|
||||
dnl
|
||||
@ -2605,7 +2605,7 @@ AC_PATH_PROG([XSLTPROC], [xsltproc])
|
||||
[DocBook XML DTD V4.1.2],,enable_man=no)
|
||||
JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl],
|
||||
[DocBook XSL Stylesheets],,enable_man=no)
|
||||
fi
|
||||
])
|
||||
|
||||
AM_CONDITIONAL(ENABLE_MAN, test x$enable_man != xno)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user