s/--with-ssh1/--without-ssh1/

This commit is contained in:
Damien Miller 2015-07-01 10:49:37 +10:00
parent 629df770db
commit 37035c07d4
1 changed files with 1 additions and 1 deletions

View File

@ -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