diff options
author | Darren Tucker <dtucker@zip.com.au> | 2015-09-11 13:29:22 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2015-09-11 13:33:23 +1000 |
commit | 366bada1e9e124654aac55b72b6ccf878755b0dc (patch) | |
tree | 9bbeeba17a7c9819b74b122e5276a44e735d37ce | |
parent | 2bca8a43e7dd9b04d7070824ffebb823c72587b2 (diff) |
Correct default value for --with-ssh1.
bz#2457, from konto-mindrot.org at walimnieto.com.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ec8f50d2d..d900df4b5 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -140,7 +140,7 @@ else | |||
140 | fi | 140 | fi |
141 | 141 | ||
142 | AC_ARG_WITH([ssh1], | 142 | AC_ARG_WITH([ssh1], |
143 | [ --without-ssh1 Enable support for SSH protocol 1], | 143 | [ --with-ssh1 Enable support for SSH protocol 1], |
144 | [ | 144 | [ |
145 | if test "x$withval" = "xyes" ; then | 145 | if test "x$withval" = "xyes" ; then |
146 | if test "x$openssl" = "xno" ; then | 146 | if test "x$openssl" = "xno" ; then |