summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-06-03 15:27:44 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-06-03 15:27:44 -0400
commit44c09963dfbe1f7857848ed84fa16810bda17425 (patch)
treeac2fe4584ad3ad509203ec7793d957ef09daf601 /configure.ac
parent45243d9f45070a578f0cb107533548579306f1c2 (diff)
downloadgpsd-44c09963dfbe1f7857848ed84fa16810bda17425.tar.gz
Fix website build in the xsltproc case.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d40a9613..9c3cd73f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1015,6 +1015,7 @@ if test x"$XMLPROC" = x; then
fi
AM_CONDITIONAL([HAVE_XSLT_PROCESSOR],
[test x"$XMLPROC" != x])
+AM_CONDITIONAL([XMLTOSTDOUT], [test x"$XMLPROC" = x"xsltproc"])
AC_SUBST(XMLPROC)
AC_SUBST(MANTARGET)
AC_SUBST(HTMLTARGET)