From cf29aa829f80840f13d1d09a08cf96a2731aa96d Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 6 May 2015 08:07:28 -0400 Subject: 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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], -- cgit v1.2.1