Update krb4 test to use aclocal.m4 macro and default to disabled
authorKen Raeburn <raeburn@mit.edu>
Tue, 19 Aug 2008 23:14:41 +0000 (23:14 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 19 Aug 2008 23:14:41 +0000 (23:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20676 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/configure.in

index 8cf0213ba0e2df76316eda1e9472eca057e3a3f4..5c70d8b2b2544784b92d31a4218af6be72c98df5 100644 (file)
@@ -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=