Mercurial > emacs
changeset 15922:efee374bede6
Check for krb and des libraries.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 25 Aug 1996 16:58:09 +0000 |
parents | 11f4f96a71d2 |
children | e5265b91c756 |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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