krb5: Make test_cc w/ KEYRING more reliable

Joining a new keyring session every time seems to make it better.
This commit is contained in:
Nicolas Williams
2021-12-15 15:17:36 -06:00
parent 3da32ef699
commit af923957f6
3 changed files with 20 additions and 1 deletions

View File

@@ -601,6 +601,7 @@ if test -n "$LIB_add_key"; then
AC_CHECK_FUNCS(keyctl_get_persistent)
LIBS="$saved_LIBS"
fi
AM_CONDITIONAL(HAVE_KEYUTILS, test "$ac_cv_func_keyctl_get_persistent" = yes)
AC_CHECK_SIZEOF([time_t])