From: Damien Miller Date: Wed, 1 Jul 2015 00:49:37 +0000 (+1000) Subject: s/--with-ssh1/--without-ssh1/ X-Git-Tag: V_6_9_P1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37035c07d4f26bb1fbe000d2acf78efdb008681d;p=thirdparty%2Fopenssh-portable.git s/--with-ssh1/--without-ssh1/ --- diff --git a/configure.ac b/configure.ac index 729524ea5..bb0095f64 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