meson: Add missing argument to gssapi.h check
authorAndres Freund <andres@anarazel.de>
Sat, 20 Jul 2024 20:51:08 +0000 (13:51 -0700)
committerAndres Freund <andres@anarazel.de>
Sat, 20 Jul 2024 20:51:08 +0000 (13:51 -0700)
commit5b707bb507bdc9b8bf120db1a0f7dad4cdb78e46
treed46c493a415761fbf1313614639b0c70d0807d5e
parent041a00c4803b982d8433d6e3161ca61e73050658
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/20240708225659.gmyqoosi7km6ysgn@awork3.anarazel.de
Backpatch: 16-, where the meson based build was added
meson.build