* configure.in: Ezra's changes to allow compiling w/o krb4
authorTom Yu <tlyu@mit.edu>
Tue, 4 Jun 1996 04:27:51 +0000 (04:27 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 4 Jun 1996 04:27:51 +0000 (04:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8212 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/configure.in

index 2bcce3a8702b7daa8133d3066edec2c4edb270e4..2026d5a95a0b6298cf0ae35e08f6d1c97f8c6b7e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun  4 00:27:09 1996  Tom Yu  <tlyu@mit.edu>
+
+       * configure.in: Ezra's changes to allow compiling w/o krb4
+
 Wed May  1 21:14:45 1996  Ken Raeburn  <raeburn@cygnus.com>
 
        * configure.in: Fix typo in Apr 16 HP-UX change.
index 97af7585bea255fd2ebe3b3609ee765618a1f796..55221014a967e6826fa31bee8354e22f3ac74a78 100644 (file)
@@ -65,6 +65,16 @@ AC_MSG_RESULT($krb5_cv_sys_setpgrp_two)
 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
+       KRB4_CRYPTO_LIB='-ldes425'
+       DEPKRB4_CRYPTO_LIB='$(TOPLIBD)/libdes425.a'
+fi
+dnl
 USE_KRB4_LIBRARY
 KRB5_LIBRARIES
 V5_USE_SHARED_LIB