From 13a84da8bb35c291b5c1be5d084446179f0731da Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 19 Aug 2008 23:14:41 +0000 Subject: [PATCH] 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 --- src/appl/bsd/configure.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/appl/bsd/configure.in b/src/appl/bsd/configure.in index 8cf0213ba..5c70d8b2b 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= -- 2.26.2