From: Darren Tucker Date: Fri, 11 Sep 2015 03:29:22 +0000 (+1000) Subject: Correct default value for --with-ssh1. X-Git-Tag: V_7_2_P1~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=366bada1e9e124654aac55b72b6ccf878755b0dc;p=thirdparty%2Fopenssh-portable.git Correct default value for --with-ssh1. bz#2457, from konto-mindrot.org at walimnieto.com. --- diff --git a/configure.ac b/configure.ac index ec8f50d2d..d900df4b5 100644 --- a/configure.ac +++ b/configure.ac @@ -140,7 +140,7 @@ else fi 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$openssl" = "xno" ; then