diff options
| author | Karl Heuer | 1999-05-29 19:26:53 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-05-29 19:26:53 +0000 |
| commit | 264f512a8d0d9ed3c1d0d7e8d610c1c654b4ebdd (patch) | |
| tree | 20aeb429f73a86a73a8fbefe0b08045ab7c8ab91 | |
| parent | 95012c62d5d33b2f05538b8163322c83cf3cfb24 (diff) | |
| download | emacs-264f512a8d0d9ed3c1d0d7e8d610c1c654b4ebdd.tar.gz emacs-264f512a8d0d9ed3c1d0d7e8d610c1c654b4ebdd.zip | |
Delete the Kerberos stuff.
| -rw-r--r-- | configure.in | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/configure.in b/configure.in index 0aaf283d767..2aeed6ee532 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -39,18 +39,6 @@ AC_ARG_WITH(gcc, | |||
| 39 | AC_ARG_WITH(pop, | 39 | AC_ARG_WITH(pop, |
| 40 | [ --with-pop support POP for mail retrieval], | 40 | [ --with-pop support POP for mail retrieval], |
| 41 | [AC_DEFINE(MAIL_USE_POP)]) | 41 | [AC_DEFINE(MAIL_USE_POP)]) |
| 42 | AC_ARG_WITH(kerberos, | ||
| 43 | [ --with-kerberos support Kerberos-authenticated POP], | ||
| 44 | [AC_DEFINE(KERBEROS)]) | ||
| 45 | AC_ARG_WITH(kerberos5, | ||
| 46 | [ --with-kerberos5 support Kerberos version 5 authenticated POP], | ||
| 47 | [if test "${with_kerberos5+set}" = set; then | ||
| 48 | if test "${with_kerberos+set}" != set; then | ||
| 49 | with_kerberos=yes | ||
| 50 | AC_DEFINE(KERBEROS) | ||
| 51 | fi | ||
| 52 | fi | ||
| 53 | AC_DEFINE(KERBEROS5)]) | ||
| 54 | AC_ARG_WITH(hesiod, | 42 | AC_ARG_WITH(hesiod, |
| 55 | [ --with-hesiod support Hesiod to get the POP server host], | 43 | [ --with-hesiod support Hesiod to get the POP server host], |
| 56 | [AC_DEFINE(HESIOD)]) | 44 | [AC_DEFINE(HESIOD)]) |
| @@ -1643,31 +1631,6 @@ utimes setrlimit setpgid getcwd shutdown strftime) | |||
| 1643 | # than to expect to find it in ncurses. | 1631 | # than to expect to find it in ncurses. |
| 1644 | AC_CHECK_LIB(ncurses, tparm) | 1632 | AC_CHECK_LIB(ncurses, tparm) |
| 1645 | 1633 | ||
| 1646 | # These tell us which Kerberos-related libraries to use. | ||
| 1647 | if test "${with_kerberos+set}" = set; then | ||
| 1648 | AC_CHECK_LIB(com_err, com_err) | ||
| 1649 | AC_CHECK_LIB(crypto, mit_des_cbc_encrypt) | ||
| 1650 | AC_CHECK_LIB(krb5, krb5_init_context) | ||
| 1651 | if test "${with_kerberos5+set}" != set; then | ||
| 1652 | AC_CHECK_LIB(des425, des_cbc_encrypt,, | ||
| 1653 | AC_CHECK_LIB(des, des_cbc_encrypt)) | ||
| 1654 | AC_CHECK_LIB(krb4, krb_get_cred,, | ||
| 1655 | AC_CHECK_LIB(krb, krb_get_cred)) | ||
| 1656 | fi | ||
| 1657 | |||
| 1658 | if test "${with_kerberos5+set}" = set; then | ||
| 1659 | AC_CHECK_HEADERS(krb5.h) | ||
| 1660 | else | ||
| 1661 | AC_CHECK_HEADERS(des.h,, | ||
| 1662 | AC_CHECK_HEADERS(kerberosIV/des.h,, | ||
| 1663 | AC_CHECK_HEADERS(kerberos/des.h))) | ||
| 1664 | AC_CHECK_HEADERS(krb.h,, | ||
| 1665 | AC_CHECK_HEADERS(kerberosIV/krb.h,, | ||
| 1666 | AC_CHECK_HEADERS(kerberos/krb.h))) | ||
| 1667 | fi | ||
| 1668 | AC_CHECK_HEADERS(com_err.h) | ||
| 1669 | fi | ||
| 1670 | |||
| 1671 | # Solaris requires -lintl if you want strerror (which calls dgettext) | 1634 | # Solaris requires -lintl if you want strerror (which calls dgettext) |
| 1672 | # to return localized messages. | 1635 | # to return localized messages. |
| 1673 | AC_CHECK_LIB(intl, dgettext) | 1636 | AC_CHECK_LIB(intl, dgettext) |