|
Lines 3215-3226
AC_ARG_WITH(kerberos5,
Link Here
|
| 3215 |
) |
3215 |
) |
| 3216 |
AC_SEARCH_LIBS(dn_expand, resolv) |
3216 |
AC_SEARCH_LIBS(dn_expand, resolv) |
| 3217 |
|
3217 |
|
| 3218 |
AC_CHECK_LIB(gssapi,gss_init_sec_context, |
3218 |
AC_CHECK_LIB(gssapi_krb5, gss_init_sec_context, |
| 3219 |
[ AC_DEFINE(GSSAPI) |
3219 |
[ AC_DEFINE(GSSAPI) |
| 3220 |
K5LIBS="-lgssapi $K5LIBS" ], |
3220 |
K5LIBS="-lgssapi_krb5 $K5LIBS" ], |
| 3221 |
[ AC_CHECK_LIB(gssapi_krb5,gss_init_sec_context, |
3221 |
[ AC_CHECK_LIB(gssapi, gss_init_sec_context, |
| 3222 |
[ AC_DEFINE(GSSAPI) |
3222 |
[ AC_DEFINE(GSSAPI) |
| 3223 |
K5LIBS="-lgssapi_krb5 $K5LIBS" ], |
3223 |
K5LIBS="-lgssapi $K5LIBS" ], |
| 3224 |
AC_MSG_WARN([Cannot find any suitable gss-api library - build may fail]), |
3224 |
AC_MSG_WARN([Cannot find any suitable gss-api library - build may fail]), |
| 3225 |
$K5LIBS) |
3225 |
$K5LIBS) |
| 3226 |
], |
3226 |
], |