Обсуждение: pgsql: Update Kerberos/GSSAPI configure/meson check

Поиск
Список
Период
Сортировка

pgsql: Update Kerberos/GSSAPI configure/meson check

От
Stephen Frost
Дата:
Update Kerberos/GSSAPI configure/meson check

Instead of checking for the much older gss_init_sec_context, check for
gss_store_cred_into which was added in MIT Kerberos 1.11 (circa 2012).

Discussion: https://postgr.es/m/2313469.1681695223%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1c52f9c042fb939ed55ff572daee71036720db57

Modified Files
--------------
configure.ac | 4 ++--
meson.build  | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)