summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-03-15 16:10:07 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-11-03 12:17:18 +0100
commite0235ddd2b74faccb752c4d036bb2e72063e9a35 (patch)
tree94b9a3c3f3dd2ffc93f6443a09b75af0a71ecf09
parent6f14e5905d04da492f160cac6ac5a6fc7fd00134 (diff)
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>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 743957d..ac942b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"])