s/--with-ssh1/--without-ssh1/
This commit is contained in:
parent
629df770db
commit
37035c07d4
|
@ -140,7 +140,7 @@ else
|
|||
fi
|
||||
|
||||
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$openssl" = "xno" ; then
|
||||
|
|
Loading…
Reference in New Issue