mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-18 09:44:20 +08:00
s/--with-ssh1/--without-ssh1/
This commit is contained in:
parent
629df770db
commit
37035c07d4
@ -140,7 +140,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_WITH([ssh1],
|
AC_ARG_WITH([ssh1],
|
||||||
[ --with-ssh1 Enable support for SSH protocol 1],
|
[ --without-ssh1 Enable support for SSH protocol 1],
|
||||||
[
|
[
|
||||||
if test "x$withval" = "xyes" ; then
|
if test "x$withval" = "xyes" ; then
|
||||||
if test "x$openssl" = "xno" ; then
|
if test "x$openssl" = "xno" ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user