summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-03-22 18:51:58 +0100
committerSimo Sorce <simo@redhat.com>2013-03-26 12:15:34 -0400
commitb2e5838ca102f3eee3564a36d0d227e81346043e (patch)
treec4c205e0120f9dcddc2d5f91bc88e741d49eae72
parentdf16cc255bf2d208a61c7d9810e3be6685b697a6 (diff)
downloadnfs-utils-b2e5838ca102f3eee3564a36d0d227e81346043e.tar.gz
nfs-utils-b2e5838ca102f3eee3564a36d0d227e81346043e.tar.xz
nfs-utils-b2e5838ca102f3eee3564a36d0d227e81346043e.zip
Add configure check for gss_krb5_free_lucid_sec_context().
Signed-off-by: Simo Sorce <simo@redhat.com> Signed-off-by: Günther Deschner <gdeschner@redhat.com>
-rw-r--r--aclocal/kerberos5.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal/kerberos5.m4 b/aclocal/kerberos5.m4
index 57cf45c..0bf35d3 100644
--- a/aclocal/kerberos5.m4
+++ b/aclocal/kerberos5.m4
@@ -94,6 +94,8 @@ AC_DEFUN([AC_KERBEROS_V5],[
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,
AC_DEFINE(HAVE_GSS_KRB5_CCACHE_NAME, 1, [Define this if the Kerberos GSS library supports gss_krb5_ccache_name]), ,$KRBLIBS)
+ AC_CHECK_LIB($gssapi_lib, gss_krb5_free_lucid_sec_context,
+ AC_DEFINE(HAVE_GSS_KRB5_FREE_LUCID_SEC_CONTEXT, 1, [Define this if the Kerberos GSS library supports gss_krb5_free_lucid_sec_context]), ,$KRBLIBS)
dnl Check for newer error message facility
AC_CHECK_LIB($gssapi_lib, krb5_get_error_message,