+Mon Jun 3 21:31:37 1996 Tom Yu <tlyu@mit.edu>
+
+ * configure.in: Ezra's patches to allow compilation w/o krb4
+ support
+
Mon Mar 18 20:31:44 1996 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Added flags to turn on the encryption option.
AC_MSG_RESULT(Kerberos 4 authentication enabled)
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
+ KRB4_CRYPTO_LIB='-ldes425'
+ DEPKRB4_CRYPTO_LIB='$(TOPLIBD)/libdes425.a'
+fi
+dnl
USE_KRB4_LIBRARY
USE_ANAME
KRB5_LIBRARIES