aboutsummaryrefslogtreecommitdiff
path: root/src/appl
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-08-19 23:14:41 +0000
committerKen Raeburn <raeburn@mit.edu>2008-08-19 23:14:41 +0000
commit13a84da8bb35c291b5c1be5d084446179f0731da (patch)
treed8db9cb4e3655f7618058cbe52cafeff213c6627 /src/appl
parent8fa781267960e7a7cbcca21acdb7c75fa93d81cb (diff)
downloadkrb5-13a84da8bb35c291b5c1be5d084446179f0731da.zip
krb5-13a84da8bb35c291b5c1be5d084446179f0731da.tar.gz
krb5-13a84da8bb35c291b5c1be5d084446179f0731da.tar.bz2
Update krb4 test to use aclocal.m4 macro and default to disabled
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20676 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/bsd/configure.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/appl/bsd/configure.in b/src/appl/bsd/configure.in
index 8cf0213..5c70d8b 100644
--- a/src/appl/bsd/configure.in
+++ b/src/appl/bsd/configure.in
@@ -46,15 +46,7 @@ dnl krshd does not use krb524...
dnl
KRSHDLIBS="$LOGINLIBS"
dnl
-dnl After beta6 this functionality will be integrated with aclocal.m4
-AC_ARG_WITH([krb4],
-[ --without-krb4 don't include Kerberos V4 backwards compatibility
- --with-krb4 use V4 libraries included with V5 (default)
- --with-krb4=KRB4DIR use preinstalled V4 libraries],
-,
-withval=yes
-)dnl
-if test $withval = no; then
+if test "$with_krb4" = "" || test "$with_krb4" = no; then
AC_MSG_RESULT(no krb4 support)
V4RCP=
V4RCPO=