From 37035c07d4f26bb1fbe000d2acf78efdb008681d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 1 Jul 2015 10:49:37 +1000 Subject: s/--with-ssh1/--without-ssh1/ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 729524ea..bb0095f6 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 -- cgit v1.2.1