build: mark XSLTPROC with AC_ARG_VAR
This allows changing the path to XSLTPROC via the command-line option if it cannot be found by autoconf. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
6f14e5905d
commit
e0235ddd2b
@ -755,6 +755,7 @@ if test x$have_gbm = xyes ; then
|
||||
fi
|
||||
|
||||
# check for xsltproc
|
||||
AC_ARG_VAR([XSLTPROC], [xsltproc program])
|
||||
AC_PATH_PROG(XSLTPROC, xsltproc)
|
||||
AM_CONDITIONAL([BUILD_HAVE_XSLTPROC], [test "x$XSLTPROC" != "x"])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user