From be4923dd0ebd22e694d72d36538ab2f6bd91fa7f Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 19 Aug 2008 19:37:16 +0000 Subject: [PATCH] Default to not building krb4 support git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20672 dc483132-0cff-0310-8789-dd5450dbe970 --- src/aclocal.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 51d034d2b..898cca5b8 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -536,11 +536,11 @@ dnl set $(KRB4) from --with-krb4=value -- WITH_KRB4 dnl AC_DEFUN(WITH_KRB4,[ AC_ARG_WITH([krb4], -[ --without-krb4 don't include Kerberos V4 backwards compatibility - --with-krb4 use V4 libraries included with V5 (default) +[ --without-krb4 omit Kerberos V4 backwards compatibility (default) + --with-krb4 use V4 libraries included with V5 --with-krb4=KRB4DIR use preinstalled V4 libraries], , -withval=yes +withval=no )dnl if test $withval = no; then AC_MSG_NOTICE(no krb4 support) -- 2.26.2