]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Correct default value for --with-ssh1.
authorDarren Tucker <dtucker@zip.com.au>
Fri, 11 Sep 2015 03:29:22 +0000 (13:29 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Fri, 11 Sep 2015 03:33:23 +0000 (13:33 +1000)
bz#2457, from konto-mindrot.org at walimnieto.com.

configure.ac

index ec8f50d2d5b7ee58392e75a0c992b3a737c41331..d900df4b56b0e09e41a65c9f0176d302e8f003a3 100644 (file)
@@ -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