summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-08-08 15:15:36 -0700
committerJeremy Allison <jra@samba.org>2008-08-08 15:15:36 -0700
commit8598e7b06ec57ca6fcde863270e6bb0e2de9993e (patch)
tree1ccdb3f802e42a255ebaea5886c3876c36847578 /source/configure.in
parent5b3579b14cd5ea6e67ff3c91f5bed155d944c049 (diff)
downloadsamba-8598e7b06ec57ca6fcde863270e6bb0e2de9993e.tar.gz
samba-8598e7b06ec57ca6fcde863270e6bb0e2de9993e.tar.xz
samba-8598e7b06ec57ca6fcde863270e6bb0e2de9993e.zip
Try and fix the build for systems that don't have krb5_auth_con_set_req_cksumtype().
Jeremy.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index ae308cee564..32dbaa4bfaa 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -3383,6 +3383,7 @@ if test x"$with_ads_support" != x"no"; then
AC_CHECK_FUNC_EXT(krb5_get_init_creds_opt_get_error, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_enctype_to_string, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_fwd_tgt_creds, $KRB5_LIBS)
+ AC_CHECK_FUNC_EXT(krb5_auth_con_set_req_cksumtype, $KRB5_LIBS)
LIBS="$KRB5_LIBS $LIBS"