summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-03-22 18:51:58 +0100
committerGünther Deschner <gd@samba.org>2013-03-22 19:28:33 +0100
commitefc6c73cb02ce9d067c8e887254364c8af8e0039 (patch)
treefbcdda6ff902291d2564e75bad86d3731cab6730
parentecf9b2126af3409a68fe5a2c75602eaaeee92b8e (diff)
downloadnfs-utils-efc6c73cb02ce9d067c8e887254364c8af8e0039.tar.gz
nfs-utils-efc6c73cb02ce9d067c8e887254364c8af8e0039.tar.xz
nfs-utils-efc6c73cb02ce9d067c8e887254364c8af8e0039.zip
Add configure check for gss_krb5_free_lucid_sec_context().
-rw-r--r--aclocal/kerberos5.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal/kerberos5.m4 b/aclocal/kerberos5.m4
index 1114988..b1c8320 100644
--- a/aclocal/kerberos5.m4
+++ b/aclocal/kerberos5.m4
@@ -92,6 +92,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,