diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/telnet/telnet/ChangeLog | 6 | ||||
| -rw-r--r-- | src/appl/telnet/telnet/configure.in | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index c6ee523fe..73189bb8c 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -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: diff --git a/src/appl/telnet/telnet/configure.in b/src/appl/telnet/telnet/configure.in index 86f8893ae..e45c069c6 100644 --- a/src/appl/telnet/telnet/configure.in +++ b/src/appl/telnet/telnet/configure.in @@ -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 |
