is not compiled in.
Linking with des425 is not required when krb4 is not compiled in. This
cleans up the configure.in as we use WITH_KRB4 already
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12066
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-02-24 Ezra Peisach <epeisach@mit.edu>
+
+ * configure.in: Remove dependency on libdes425 when krb4 support
+ is not compiled in.
+
2000-02-16 Ezra Peisach <epeisach@mit.edu>
* commands.c: Move include of libtelnet/auth.h earlier to provide
AC_DEFINE(KRB4)
fi
dnl
-dnl For the encryption code we need libdes425
-dnl Fix post beta-6
-withval=no
-AC_ARG_WITH([krb4],[],,withval=yes)
-if test $withval = no; then
- DES425_LIB='-ldes425'
- DES425_DEPIB='$(TOPLIBD)/libdes425$(DEPLIBEXT)'
-fi
-dnl
KRB5_BUILD_PROGRAM
V5_AC_OUTPUT_MAKEFILE
+2000-02-24 Ezra Peisach <epeisach@mit.edu>
+
+ * configure.in: Remove dependency on libdes425 when krb4 support
+ is not compiled in.
+
2000-02-21 Bear Giles <bgiles@coyotesong.com>
Ken Raeburn <raeburn@mit.edu>
AC_DEFINE(SETPGRP_TWOARG)
fi
dnl
-dnl For the encryption code we need libdes425
-dnl Fix post beta-6
-withval=no
-AC_ARG_WITH([krb4],[],,withval=yes)
-if test $withval = no; then
- DES425_LIB=-ldes425
- DES425_DEPLIB='$(TOPLIBD)/libdes425$(DEPLIBEXT)'
-fi
-dnl
KRB5_BUILD_PROGRAM
V5_AC_OUTPUT_MAKEFILE