From: Tom Yu Date: Wed, 12 Feb 1997 20:27:54 +0000 (+0000) Subject: * configure.in: Fix DES425_LIB... missed this in libhack_branch; X-Git-Tag: krb5-1.1-beta1~1336 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e7193fc3f66bae5eaaeb1b60882d753acba7b17;p=krb5.git * 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 --- 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 + + * 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 * 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