14 lines
630 B
Diff
14 lines
630 B
Diff
Author: Roberto C. Sanchez <roberto@connexer.com>
|
|
Description: Drop gratuitous dependency on krb5support
|
|
--- a/cmulocal/sasl2.m4
|
|
+++ b/cmulocal/sasl2.m4
|
|
@@ -112,9 +112,6 @@ if test "$gssapi" != no; then
|
|
fi
|
|
|
|
if test "$gss_impl" = "auto" -o "$gss_impl" = "mit"; then
|
|
- # check for libkrb5support first
|
|
- AC_CHECK_LIB(krb5support,krb5int_getspecific,K5SUP=-lkrb5support K5SUPSTATIC=$gssapi_dir/libkrb5support.a,,${LIB_SOCKET})
|
|
-
|
|
gss_failed=0
|
|
AC_CHECK_LIB(gssapi_krb5,gss_unwrap,gss_impl="mit",gss_failed=1,
|
|
${GSSAPIBASE_LIBS} -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err ${K5SUP} ${LIB_SOCKET})
|