summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e9a8a54..d40a9613 100644
--- a/configure.ac
+++ b/configure.ac
@@ -990,7 +990,7 @@ if test "x$WITH_XSLTPROC" = "xyes"; then
</refnamediv>
</refentry>
_EOF
- if xsltproc --nonet --noout "$DOCBOOK_URI" conftest.xml >/dev/null 2>&1; then
+ if xsltproc --nonet --noout "$DOCBOOK_MAN_URI" conftest.xml >/dev/null 2>&1; then
XMLPROC=xsltproc
MANTARGET="$DOCBOOK_MAN_URI"
HTMLTARGET="$DOCBOOK_HTML_URI"