meson: Add missing argument to gssapi.h check These were missing since the initial introduction of the meson based build, in e6927270cd18. As-is this is unlikely to cause an issue, but a future commit will add support for detecting gssapi without use of dependency(), which could fail due to this.
Discussion: https://postgr.es/m/[email protected] Backpatch: 16-, where the meson based build was added Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/cc50694c8d9604374c27f7a1899c4721031fc008 Modified Files -------------- meson.build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
