[openssh-commits] [openssh] 01/01: Correct default value for --with-ssh1.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 11 13:33:42 AEST 2015
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 366bada1e9e124654aac55b72b6ccf878755b0dc
Author: Darren Tucker <dtucker at zip.com.au>
Date: Fri Sep 11 13:29:22 2015 +1000
Correct default value for --with-ssh1.
bz#2457, from konto-mindrot.org at walimnieto.com.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ec8f50d..d900df4 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list