Correct default value for --with-ssh1.
bz#2457, from konto-mindrot.org at walimnieto.com.
This commit is contained in:
parent
2bca8a43e7
commit
366bada1e9
|
@ -140,7 +140,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_WITH([ssh1],
|
AC_ARG_WITH([ssh1],
|
||||||
[ --without-ssh1 Enable support for SSH protocol 1],
|
[ --with-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