[openssh-commits] [openssh] 01/01: s/--with-ssh1/--without-ssh1/
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 1 10:50:16 AEST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 37035c07d4f26bb1fbe000d2acf78efdb008681d
Author: Damien Miller <djm at mindrot.org>
Date: Wed Jul 1 10:49:37 2015 +1000
s/--with-ssh1/--without-ssh1/
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 729524e..bb0095f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list