meson: Add missing argument to gssapi.h check
authorAndres Freund
Sat, 20 Jul 2024 20:51:08 +0000 (13:51 -0700)
committerAndres Freund
Sat, 20 Jul 2024 20:51:14 +0000 (13:51 -0700)
commitc3dafaaac389b23721e20f493580fddac7c95528
tree20fd912229552d05e6816d50a5a3504fd984a793
parent220003b9b93729af1ffa861d1ae5f4724ce22cd8
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[email protected]
Backpatch: 16-, where the meson based build was added
meson.build