diff options
author | ng0 <ng0@n0.is> | 2019-02-09 16:10:18 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-09 16:10:18 +0000 |
commit | f05f6145bfb38442ac46820c8d1db85ce5ac0eb1 (patch) | |
tree | 4a2e3e2b6f8d037ebcd7537b603ec04d30897a80 /configure.ac | |
parent | 67365fef8c12ae8c579dd47d4e90d941c0438831 (diff) |
Fix typo in configure.ac
Signed-off-by: ng0 <ng0@n0.is>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |