diff options
| author | Tom Yu <tlyu@mit.edu> | 1997-02-12 20:27:54 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1997-02-12 20:27:54 +0000 |
| commit | 9e7193fc3f66bae5eaaeb1b60882d753acba7b17 (patch) | |
| tree | 83e664330614523b0387d4bc9a834fcbe18ce1c8 /src | |
| parent | b1d7deae24bc019a2ea5ee6ee2f7428fef2cff7d (diff) | |
* 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".
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9855 dc483132-0cff-0310-8789-dd5450dbe970
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 |
