diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-09 19:43:27 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-09 19:43:27 -0800 |
commit | 99448954f4f9504796226bf05e76df22231d51ca (patch) | |
tree | f7ef1936bf8a329f8ae8476b49f845a06e2913c3 /configure.ac | |
parent | 77d967fb11a4e63967ad1e80929b7096f9d58c05 (diff) |
Add additional Kerberos portability needed for the test suite
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0597859..c897775 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,8 @@ RRA_LIB_KRB5 RRA_LIB_KRB5_SWITCH AC_CHECK_FUNCS([krb5_get_init_creds_opt_alloc \ krb5_get_init_creds_opt_set_default_flags \ - krb5_kt_free_entry]) + krb5_kt_free_entry \ + krb5_principal_get_realm]) AC_CHECK_MEMBERS([krb5_keytab_entry.keyblock], , , [#include <krb5.h>]) RRA_LIB_KRB5_RESTORE |