mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +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,
|
[regenerate man pages from Docbook [default=no]])],enable_man=yes,
|
||||||
enable_man=no)
|
enable_man=no)
|
||||||
|
|
||||||
if test "${enable_man}" != no; then
|
AS_IF([test "${enable_man}" != no], [
|
||||||
dnl
|
dnl
|
||||||
dnl Check for xsltproc
|
dnl Check for xsltproc
|
||||||
dnl
|
dnl
|
||||||
@ -2605,7 +2605,7 @@ AC_PATH_PROG([XSLTPROC], [xsltproc])
|
|||||||
[DocBook XML DTD V4.1.2],,enable_man=no)
|
[DocBook XML DTD V4.1.2],,enable_man=no)
|
||||||
JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl],
|
JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl],
|
||||||
[DocBook XSL Stylesheets],,enable_man=no)
|
[DocBook XSL Stylesheets],,enable_man=no)
|
||||||
fi
|
])
|
||||||
|
|
||||||
AM_CONDITIONAL(ENABLE_MAN, test x$enable_man != xno)
|
AM_CONDITIONAL(ENABLE_MAN, test x$enable_man != xno)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user