configure.ac: fix typo checking for asciidoctor in release

This commit is contained in:
rofl0r 2020-08-11 17:50:07 +01:00
parent d9953d795d
commit 8ceebbf0c6

View File

@ -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