* configure.in: Fix DES425_LIB... missed this in libhack_branch;
authorTom Yu <tlyu@mit.edu>
Wed, 12 Feb 1997 20:27:54 +0000 (20:27 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 12 Feb 1997 20:27:54 +0000 (20:27 +0000)
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

src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/configure.in

index c6ee523fe2782fa99363b7c71bf3ca863b37d6a1..73189bb8c91e09d20a6b38d2da7488f475876978 100644 (file)
@@ -1,3 +1,9 @@
+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:
index 86f8893ae08eb293ee3ab9e39c09e225d3d559f2..e45c069c635006a96a02c7a145e62c9daf15d37f 100644 (file)
@@ -42,8 +42,8 @@ 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'
+       DES425_LIB='-ldes425'
+       DES425_DEPIB='$(TOPLIBD)/libdes425$(DEPLIBEXT)'
 fi
 dnl
 KRB5_BUILD_PROGRAM