mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
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
|
elif test "x$GROFF" != "x" ; then
|
||||||
MANFMT="$GROFF -mandoc -Tascii"
|
MANFMT="$GROFF -mandoc -Tascii"
|
||||||
else
|
else
|
||||||
AC_MSG_WARN([no manpage formatted found])
|
AC_MSG_WARN([no manpage formatter found])
|
||||||
MANFMT="false"
|
MANFMT="false"
|
||||||
fi
|
fi
|
||||||
AC_SUBST([MANFMT])
|
AC_SUBST([MANFMT])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user