diff options
| -rw-r--r-- | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 7f4af864cbf..33f233d27dd 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1587,15 +1587,15 @@ AC_CHECK_LIB(ncurses, tparm) | |||
| 1587 | 1587 | ||
| 1588 | # These tell us which Kerberos-related libraries to use. | 1588 | # These tell us which Kerberos-related libraries to use. |
| 1589 | if test "${with_kerberos+set}" = set; then | 1589 | if test "${with_kerberos+set}" = set; then |
| 1590 | AC_CHECK_LIB(com_err, com_err) | ||
| 1591 | AC_CHECK_LIB(crypto, mit_des_cbc_encrypt) | ||
| 1592 | AC_CHECK_LIB(krb5, krb5_init_context) | ||
| 1590 | if test "${with_kerberos5+set}" != set; then | 1593 | if test "${with_kerberos5+set}" != set; then |
| 1591 | AC_CHECK_LIB(krb, krb_get_cred,, | ||
| 1592 | AC_CHECK_LIB(krb4, krb_get_cred)) | ||
| 1593 | AC_CHECK_LIB(des, des_cbc_encrypt,, | 1594 | AC_CHECK_LIB(des, des_cbc_encrypt,, |
| 1594 | AC_CHECK_LIB(des425, des_cbc_encrypt)) | 1595 | AC_CHECK_LIB(des425, des_cbc_encrypt)) |
| 1596 | AC_CHECK_LIB(krb, krb_get_cred,, | ||
| 1597 | AC_CHECK_LIB(krb4, krb_get_cred)) | ||
| 1595 | fi | 1598 | fi |
| 1596 | AC_CHECK_LIB(krb5, krb5_init_context) | ||
| 1597 | AC_CHECK_LIB(crypto, mit_des_cbc_encrypt) | ||
| 1598 | AC_CHECK_LIB(com_err, com_err) | ||
| 1599 | 1599 | ||
| 1600 | if test "${with_kerberos5+set}" = set; then | 1600 | if test "${with_kerberos5+set}" = set; then |
| 1601 | AC_CHECK_HEADERS(krb5.h) | 1601 | AC_CHECK_HEADERS(krb5.h) |