# HG changeset patch # User Richard M. Stallman # Date 840992289 0 # Node ID efee374bede64f81bd130713f157374690b4f0b2 # Parent 11f4f96a71d26b07e7c1141a8cb8e30c75de02d3 Check for krb and des libraries. diff -r 11f4f96a71d2 -r efee374bede6 configure.in --- a/configure.in Sun Aug 25 16:34:36 1996 +0000 +++ b/configure.in Sun Aug 25 16:58:09 1996 +0000 @@ -1448,6 +1448,10 @@ # than to expect to find it in ncurses. AC_CHECK_LIB(ncurses, tparm) +# These tell us whether Kerberos is available. +AC_CHECK_LIB(krb, krb_get_cred) +AC_CHECK_LIB(des, des_cbc_encrypt) + AC_MSG_CHECKING(whether localtime caches TZ) AC_CACHE_VAL(emacs_cv_localtime_cache, [if test x$ac_cv_func_tzset = xyes; then