From f05f6145bfb38442ac46820c8d1db85ce5ac0eb1 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 9 Feb 2019 16:10:18 +0000 Subject: Fix typo in configure.ac Signed-off-by: ng0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dc81600df..3dd1ce3e6 100644 --- a/configure.ac +++ b/configure.ac @@ -327,7 +327,7 @@ AC_ARG_ENABLE([texi2mdoc-generation], AC_MSG_RESULT($texi2mdoc-generation) if test "x$texi2mdoc-generation" = "xyes" then - if test "$texi2mdoc-generation" = 0 + if test "$texi2mdoc" = 0 then AC_MSG_WARN([ERROR: mdoc output currently requires texi2mdoc.]) AC_MSG_WARN([ERROR: texi2mdoc can be obtained via your Operating System]) -- cgit v1.2.3