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:
David Herrmann 2013-03-15 16:10:07 +01:00
parent 6f14e5905d
commit e0235ddd2b

View File

@ -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"])