From: Ezra Peisach Date: Thu, 24 Feb 2000 21:18:45 +0000 (+0000) Subject: * configure.in: Remove dependency on libdes425 when krb4 support X-Git-Tag: krb5-1.2-beta1~57 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b090246ba4825ee2118c2a44f8864e719b6982ec;p=krb5.git * configure.in: Remove dependency on libdes425 when krb4 support is not compiled in. Linking with des425 is not required when krb4 is not compiled in. This cleans up the configure.in as we use WITH_KRB4 already git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12066 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index 512efd5ef..e3cfb63c6 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,8 @@ +2000-02-24 Ezra Peisach + + * configure.in: Remove dependency on libdes425 when krb4 support + is not compiled in. + 2000-02-16 Ezra Peisach * commands.c: Move include of libtelnet/auth.h earlier to provide diff --git a/src/appl/telnet/telnet/configure.in b/src/appl/telnet/telnet/configure.in index f7edb158b..3f75f2259 100644 --- a/src/appl/telnet/telnet/configure.in +++ b/src/appl/telnet/telnet/configure.in @@ -31,14 +31,5 @@ else AC_DEFINE(KRB4) fi dnl -dnl For the encryption code we need libdes425 -dnl Fix post beta-6 -withval=no -AC_ARG_WITH([krb4],[],,withval=yes) -if test $withval = no; then - DES425_LIB='-ldes425' - DES425_DEPIB='$(TOPLIBD)/libdes425$(DEPLIBEXT)' -fi -dnl KRB5_BUILD_PROGRAM V5_AC_OUTPUT_MAKEFILE diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog index cd7463648..040a9affe 100644 --- a/src/appl/telnet/telnetd/ChangeLog +++ b/src/appl/telnet/telnetd/ChangeLog @@ -1,3 +1,8 @@ +2000-02-24 Ezra Peisach + + * configure.in: Remove dependency on libdes425 when krb4 support + is not compiled in. + 2000-02-21 Bear Giles Ken Raeburn diff --git a/src/appl/telnet/telnetd/configure.in b/src/appl/telnet/telnetd/configure.in index 2b6a21829..e11b270bb 100644 --- a/src/appl/telnet/telnetd/configure.in +++ b/src/appl/telnet/telnetd/configure.in @@ -59,14 +59,5 @@ if test $krb5_cv_sys_setpgrp_two = yes; then AC_DEFINE(SETPGRP_TWOARG) fi dnl -dnl For the encryption code we need libdes425 -dnl Fix post beta-6 -withval=no -AC_ARG_WITH([krb4],[],,withval=yes) -if test $withval = no; then - DES425_LIB=-ldes425 - DES425_DEPLIB='$(TOPLIBD)/libdes425$(DEPLIBEXT)' -fi -dnl KRB5_BUILD_PROGRAM V5_AC_OUTPUT_MAKEFILE