From: Richard M. Stallman Date: Sun, 25 Aug 1996 16:58:09 +0000 (+0000) Subject: Check for krb and des libraries. X-Git-Tag: emacs-20.1~4022 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=486b92169d9b66cdc279be95ef5adf47a2166bf1;p=emacs.git Check for krb and des libraries. --- diff --git a/configure.in b/configure.in index 21ad12d5524..6f95527f65c 100644 --- a/configure.in +++ b/configure.in @@ -1448,6 +1448,10 @@ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale) # 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