Fix typo in man page formatter selector.
This commit is contained in:
parent
285546b73e
commit
6fd4aa2aaf
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue