]> granicus.if.org Git - libtirpc/commitdiff
configure.ac: Disable DES auth by default
authorSteve Dickson <steved@redhat.com>
Wed, 6 May 2015 12:07:28 +0000 (08:07 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 6 May 2015 12:07:28 +0000 (08:07 -0400)
The DES authentication is no a supported
authentication so turn it off by default

Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac

index 9781a7c771e3c5cd77a0b014081de665a2d96a59..7be0b91aa1731fa1a69b53bcd8ddb5df1e5bda4e 100644 (file)
@@ -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],