prevents --without-krb4 from working for some odd reason, though
comments says "fix post beta-6".
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9855
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Feb 12 15:23:36 1997 Tom Yu <tlyu@voltage-multiplier.mit.edu>
+
+ * configure.in: Fix DES425_LIB... missed this in libhack_branch;
+ prevents --without-krb4 from working for some odd reason, though
+ comments says "fix post beta-6".
+
Wed Feb 5 22:03:35 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
withval=no
AC_ARG_WITH([krb4],[],,withval=yes)
if test $withval = no; then
- KRB4_CRYPTO_LIB='-ldes425'
- DEPKRB4_CRYPTO_LIB='$(TOPLIBD)/libdes425.a'
+ DES425_LIB='-ldes425'
+ DES425_DEPIB='$(TOPLIBD)/libdes425$(DEPLIBEXT)'
fi
dnl
KRB5_BUILD_PROGRAM