From 8ceebbf0c6996fa8a41da8c646294b6bd4c24c9f Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 11 Aug 2020 17:50:07 +0100 Subject: configure.ac: fix typo checking for asciidoctor in release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3