summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-05-04 09:55:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:53 -0500
commit116c1532e7e8c398a1b22253a361bd88b729fb0f (patch)
tree6d1d569c0c8835add355016eceffb2e295d79c96 /source3/configure.in
parent6288491e90e542c02857935a528e9765a636cf2a (diff)
downloadsamba-116c1532e7e8c398a1b22253a361bd88b729fb0f.tar.gz
samba-116c1532e7e8c398a1b22253a361bd88b729fb0f.tar.bz2
samba-116c1532e7e8c398a1b22253a361bd88b729fb0f.zip
r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the NTSTATUS
codes directly out of the krb5_error edata. Guenther (This used to be commit dcd902f24a59288bbb7400d59c0afc0c8303ed69)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 358b233f00..a334a48183 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3658,6 +3658,7 @@ if test x"$with_ads_support" != x"no"; then
AC_CHECK_FUNC_EXT(initialize_krb5_error_table, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_get_init_creds_opt_alloc, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_get_init_creds_opt_free, $KRB5_LIBS)
+ AC_CHECK_FUNC_EXT(krb5_get_init_creds_opt_get_error, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_enctype_to_string, $KRB5_LIBS)
LIBS="$KRB5_LIBS $LIBS"