diff options
author | Damien Miller <djm@mindrot.org> | 2015-07-01 10:49:37 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-07-01 10:49:37 +1000 |
commit | 37035c07d4f26bb1fbe000d2acf78efdb008681d (patch) | |
tree | 0d62a8fb1a459156d4a2b1e153f74a16da16fc60 /configure.ac | |
parent | 629df770dbadc2accfbe1c81b3f31f876d0acd84 (diff) |
s/--with-ssh1/--without-ssh1/
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 729524ea5..bb0095f64 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 | [ --with-ssh1 Enable support for SSH protocol 1], | 143 | [ --without-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 |