]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
s/--with-ssh1/--without-ssh1/
authorDamien Miller <djm@mindrot.org>
Wed, 1 Jul 2015 00:49:37 +0000 (10:49 +1000)
committerDamien Miller <djm@mindrot.org>
Wed, 1 Jul 2015 00:49:37 +0000 (10:49 +1000)
configure.ac

index 729524ea5c220e00f94a98762e8ee8a3a273b461..bb0095f645de596664b3048d3b4c0069483cff83 100644 (file)
@@ -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