Whamcloud - gitweb
LU-17528 gss: cleanup gss api usage
[fs/lustre-release.git] / lustre / autoconf / kerberos5.m4
index b4ee59a..bf53d0f 100644 (file)
@@ -93,8 +93,6 @@ Kerberos v5 with GSS support not found at $krb5_with
     fi
 
     dnl Now check for functions within gssapi library
-    AC_CHECK_LIB($gssapi_lib, gss_krb5_export_lucid_sec_context,
-      AC_DEFINE(HAVE_LUCID_CONTEXT_SUPPORT, 1, [Define this if the Kerberos GSS library supports gss_krb5_export_lucid_sec_context]), ,$KRBLIBS)
     AC_CHECK_LIB($gssapi_lib, gss_krb5_set_allowable_enctypes,
       AC_DEFINE(HAVE_SET_ALLOWABLE_ENCTYPES, 1, [Define this if the Kerberos GSS library supports gss_krb5_set_allowable_enctypes]), ,$KRBLIBS)
     AC_CHECK_LIB($gssapi_lib, gss_krb5_ccache_name,