diff options
| author | Karl Heuer | 1998-12-16 21:13:48 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-12-16 21:13:48 +0000 |
| commit | e786c0694b23f07f00ab3755557ec45166d907f0 (patch) | |
| tree | 8a57c13478e0a8689a9160016c04dafdad029cbd | |
| parent | a2faecac7767ea9a02fed7b1907f4cceff7c341c (diff) | |
| download | emacs-e786c0694b23f07f00ab3755557ec45166d907f0.tar.gz emacs-e786c0694b23f07f00ab3755557ec45166d907f0.zip | |
Remove GSS-API support, since it has been removed from movemail.
| -rw-r--r-- | configure.in | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/configure.in b/configure.in index 7da558b12cd..748115eabf4 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -54,9 +54,6 @@ AC_DEFINE(KERBEROS5)]) | |||
| 54 | AC_ARG_WITH(hesiod, | 54 | AC_ARG_WITH(hesiod, |
| 55 | [ --with-hesiod support Hesiod to get the POP server host], | 55 | [ --with-hesiod support Hesiod to get the POP server host], |
| 56 | [AC_DEFINE(HESIOD)]) | 56 | [AC_DEFINE(HESIOD)]) |
| 57 | AC_ARG_WITH(gssapi, | ||
| 58 | [ --with-gssapi support GSSAPI-authenticated POP], | ||
| 59 | [AC_DEFINE(GSSAPI)]) | ||
| 60 | dnl This should be the last --with option, because --with-x is | 57 | dnl This should be the last --with option, because --with-x is |
| 61 | dnl added later on when we find the path of X, and it's best to | 58 | dnl added later on when we find the path of X, and it's best to |
| 62 | dnl keep them together visually. | 59 | dnl keep them together visually. |
| @@ -1639,11 +1636,7 @@ if test "${with_kerberos+set}" = set; then | |||
| 1639 | AC_CHECK_LIB(com_err, com_err) | 1636 | AC_CHECK_LIB(com_err, com_err) |
| 1640 | AC_CHECK_LIB(crypto, mit_des_cbc_encrypt) | 1637 | AC_CHECK_LIB(crypto, mit_des_cbc_encrypt) |
| 1641 | AC_CHECK_LIB(krb5, krb5_init_context) | 1638 | AC_CHECK_LIB(krb5, krb5_init_context) |
| 1642 | if test "${with_kerberos5+set}" = set; then | 1639 | if test "${with_kerberos5+set}" != set; then |
| 1643 | if test "${with_gssapi+set}" = set; then | ||
| 1644 | AC_CHECK_LIB(gssapi_krb5,gss_init_sec_context) | ||
| 1645 | fi | ||
| 1646 | else | ||
| 1647 | AC_CHECK_LIB(des, des_cbc_encrypt,, | 1640 | AC_CHECK_LIB(des, des_cbc_encrypt,, |
| 1648 | AC_CHECK_LIB(des425, des_cbc_encrypt)) | 1641 | AC_CHECK_LIB(des425, des_cbc_encrypt)) |
| 1649 | AC_CHECK_LIB(krb, krb_get_cred,, | 1642 | AC_CHECK_LIB(krb, krb_get_cred,, |
| @@ -1663,11 +1656,6 @@ if test "${with_kerberos+set}" = set; then | |||
| 1663 | AC_CHECK_HEADERS(com_err.h) | 1656 | AC_CHECK_HEADERS(com_err.h) |
| 1664 | fi | 1657 | fi |
| 1665 | 1658 | ||
| 1666 | if test "${with_gssapi+set}" = set; then | ||
| 1667 | AC_CHECK_LIB(gssapi, gss_init_sec_context) | ||
| 1668 | AC_CHECK_HEADERS(gssapi.h) | ||
| 1669 | fi | ||
| 1670 | |||
| 1671 | # Solaris requires -lintl if you want strerror (which calls dgettext) | 1659 | # Solaris requires -lintl if you want strerror (which calls dgettext) |
| 1672 | # to return localized messages. | 1660 | # to return localized messages. |
| 1673 | AC_CHECK_LIB(intl, dgettext) | 1661 | AC_CHECK_LIB(intl, dgettext) |