From: Steve Dickson Date: Wed, 6 May 2015 12:07:28 +0000 (-0400) Subject: configure.ac: Disable DES auth by default X-Git-Tag: libtirpc-0-2-6-rc5~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf29aa829f80840f13d1d09a08cf96a2731aa96d;p=libtirpc configure.ac: Disable DES auth by default The DES authentication is no a supported authentication so turn it off by default Signed-off-by: Steve Dickson --- diff --git a/configure.ac b/configure.ac index 9781a7c..7be0b91 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ if test x$enable_gssapi = xyes; then fi AC_ARG_ENABLE(authdes, - [AC_HELP_STRING([--disable-authdes], [Disable DES authentication @<:@default=no@:>@])], - [],[enable_authdes=yes]) + [AC_HELP_STRING([--enable-authdes], [Enable DES authentication @<:@default=no@:>@])], + [],[enable_authdes=no]) AM_CONDITIONAL(AUTHDES, test x$enable_authdes = xyes) if test x$enable_authdes = xyes; then AC_DEFINE([HAVE_AUTHDES], [1],