r7270: A big revamp to the way we handle kerberos errors in Samba4. We now
[kai/samba-autobuild/.git] / source4 / auth / kerberos / config.m4
index 9cb66554cab69f994aeb921965521ac241428e00..010a1c85da2ec40f6b920fba76d1fd7f3f457361 100644 (file)
@@ -260,6 +260,9 @@ if test x"$with_krb5_support" != x"no"; then
        AC_CHECK_FUNC_EXT(krb5_enctypes_compatible_keys, $KRB5_LIBS)
        AC_CHECK_FUNC_EXT(krb5_get_error_string, $KRB5_LIBS)
        AC_CHECK_FUNC_EXT(krb5_free_error_string, $KRB5_LIBS)
+       AC_CHECK_FUNC_EXT(krb5_initlog, $KRB5_LIBS)
+       AC_CHECK_FUNC_EXT(krb5_freelog, $KRB5_LIBS)
+       AC_CHECK_FUNC_EXT(krb5_addlog_func, $KRB5_LIBS)
 
        LIBS="$LIBS $KRB5_LIBS"