Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
486b9216
Commit
486b9216
authored
Aug 25, 1996
by
Richard M. Stallman
Browse files
Check for krb and des libraries.
parent
962ae636
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
configure.in
configure.in
+4
-0
No files found.
configure.in
View file @
486b9216
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment