pgsql: Update Kerberos/GSSAPI configure/meson check

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update Kerberos/GSSAPI configure/meson check
Date: 2023-04-17 13:51:40
Message-ID: E1poPGd-003XNQ-3L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-04-17 14:07:03 pgsql: doc: Add additional SQL features codes from SQL:2023
Previous Message Peter Eisentraut 2023-04-17 09:20:17 pgsql: Put new command-line option into sensible order in help output