aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
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],
327AC_MSG_RESULT($texi2mdoc-generation) 327AC_MSG_RESULT($texi2mdoc-generation)
328if test "x$texi2mdoc-generation" = "xyes" 328if test "x$texi2mdoc-generation" = "xyes"
329then 329then
330 if test "$texi2mdoc-generation" = 0 330 if test "$texi2mdoc" = 0
331 then 331 then
332 AC_MSG_WARN([ERROR: mdoc output currently requires texi2mdoc.]) 332 AC_MSG_WARN([ERROR: mdoc output currently requires texi2mdoc.])
333 AC_MSG_WARN([ERROR: texi2mdoc can be obtained via your Operating System]) 333 AC_MSG_WARN([ERROR: texi2mdoc can be obtained via your Operating System])