summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-08-19 19:37:16 +0000
committerKen Raeburn <raeburn@mit.edu>2008-08-19 19:37:16 +0000
commitbe4923dd0ebd22e694d72d36538ab2f6bd91fa7f (patch)
tree035721c91eccce5db1bc2036c851aa92a400bef1 /src
parent60c4de2ccfb92b131146aa4927fe17b9c1801bbc (diff)
downloadkrb5-be4923dd0ebd22e694d72d36538ab2f6bd91fa7f.tar.gz
krb5-be4923dd0ebd22e694d72d36538ab2f6bd91fa7f.tar.xz
krb5-be4923dd0ebd22e694d72d36538ab2f6bd91fa7f.zip
Default to not building krb4 support
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20672 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/aclocal.m46
1 files 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)