mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 13:28:02 +02:00
configure.ac: fix check for xsltproc
Pre-setting XSLTPROC interferes with AC_CHECK_PROGS letting the user override choice of program via the environment. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36156
This commit is contained in:
parent
d54ea8a41b
commit
b9f38fd024
1 changed files with 1 additions and 2 deletions
|
|
@ -1265,9 +1265,8 @@ fi
|
|||
AM_CONDITIONAL(DBUS_DOXYGEN_DOCS_ENABLED, test x$enable_doxygen_docs = xyes)
|
||||
AC_MSG_RESULT($enable_doxygen_docs)
|
||||
|
||||
XSLTPROC=false
|
||||
AC_CHECK_PROGS([XSLTPROC], [xsltproc])
|
||||
AM_CONDITIONAL(DBUS_HAVE_XSLTPROC, test "$XSLTPROC" != false)
|
||||
AM_CONDITIONAL([DBUS_HAVE_XSLTPROC], [test "x$XSLTPROC" != "x"])
|
||||
|
||||
### XML Documentation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue