summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/auth/kerberos/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/kerberos/config.m4 b/source4/auth/kerberos/config.m4
index e638ccfa2c..9cb66554ca 100644
--- a/source4/auth/kerberos/config.m4
+++ b/source4/auth/kerberos/config.m4
@@ -205,6 +205,7 @@ if test x"$with_krb5_support" != x"no"; then
AC_CHECK_LIB_EXT(k5crypto, KRB5_LIBS, krb5_encrypt_data)
AC_CHECK_LIB_EXT(kdc, KRB5_LIBS, krb5_kdc_default_config)
+ AC_CHECK_LIB_EXT(hdb, KRB5_LIBS, hdb_generate_key_set_password)
# Heimdal checks.
# But only if we didn't have a krb5-config to tell us this already