summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-02-24 21:18:45 +0000
committerEzra Peisach <epeisach@mit.edu>2000-02-24 21:18:45 +0000
commitb090246ba4825ee2118c2a44f8864e719b6982ec (patch)
tree64981ef1a54a1d62da0c006aab90a4aac8f0f11b /src
parent0ec5613eb5d0720ff859542ccc561aeb14d31ba5 (diff)
downloadkrb5-b090246ba4825ee2118c2a44f8864e719b6982ec.tar.gz
krb5-b090246ba4825ee2118c2a44f8864e719b6982ec.tar.xz
krb5-b090246ba4825ee2118c2a44f8864e719b6982ec.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/appl/telnet/telnet/ChangeLog5
-rw-r--r--src/appl/telnet/telnet/configure.in9
-rw-r--r--src/appl/telnet/telnetd/ChangeLog5
-rw-r--r--src/appl/telnet/telnetd/configure.in9
4 files changed, 10 insertions, 18 deletions
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 <epeisach@mit.edu>
+
+ * configure.in: Remove dependency on libdes425 when krb4 support
+ is not compiled in.
+
2000-02-16 Ezra Peisach <epeisach@mit.edu>
* 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 <epeisach@mit.edu>
+
+ * configure.in: Remove dependency on libdes425 when krb4 support
+ is not compiled in.
+
2000-02-21 Bear Giles <bgiles@coyotesong.com>
Ken Raeburn <raeburn@mit.edu>
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