summaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorrofl0r <rofl0r@users.noreply.github.com>2020-08-11 17:50:07 +0100
committerrofl0r <rofl0r@users.noreply.github.com>2020-08-11 17:50:07 +0100
commit8ceebbf0c6996fa8a41da8c646294b6bd4c24c9f (patch)
treee27c3065ef12366db8a0d3fa2533a60fda8dc7d4 /configure.ac
parentd9953d795dd1b66a583303dff3b11c1b3f24ba09 (diff)
configure.ac: fix typo checking for asciidoctor in release
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 623d9a4..850eca5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,7 @@ AC_OUTPUT
# runtime, so we need to touch them after config.status terminated to prevent
# make from rebuild them.
-if test "x$A2X" = "xno" -a "x$HAVE_ASCIIDOCTOR" = "xno" ; then
+if test "x$A2X" = "xno" -a "x$ASCIIDOCTOR" = "xno" ; then
touch docs/man5/tinyproxy.conf.txt
touch docs/man8/tinyproxy.txt
if test -e docs/man5/tinyproxy.conf.5 ; then