pgsql: meson: Add missing argument to gssapi.h check

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Add missing argument to gssapi.h check
Date: 2024-07-20 20:55:39
Message-ID: E1sVH7D-000S7W-UZ@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c3dafaaac389b23721e20f493580fddac7c95528

Modified Files
--------------
meson.build | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2024-07-20 20:55:40 pgsql: meson: Add support for detecting gss without pkg-config
Previous Message Tom Lane 2024-07-20 17:40:42 pgsql: Correctly check updatability of columns targeted by INSERT...DEF