Default to not building krb4 support
authorKen Raeburn <raeburn@mit.edu>
Tue, 19 Aug 2008 19:37:16 +0000 (19:37 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 19 Aug 2008 19:37:16 +0000 (19:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20672 dc483132-0cff-0310-8789-dd5450dbe970

src/aclocal.m4

index 51d034d2b87556fa20be52c3d37f6ea18a4b4ea5..898cca5b87eecd508f8a6914d3016a3e3bec6ba9 100644 (file)
@@ -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)