Fix typo in man page formatter selector.

This commit is contained in:
Darren Tucker 2019-05-15 16:19:14 +10:00
parent 285546b73e
commit 6fd4aa2aaf

View File

@ -53,7 +53,7 @@ elif test "x$NROFF" != "x" ; then
elif test "x$GROFF" != "x" ; then
MANFMT="$GROFF -mandoc -Tascii"
else
AC_MSG_WARN([no manpage formatted found])
AC_MSG_WARN([no manpage formatter found])
MANFMT="false"
fi
AC_SUBST([MANFMT])