pgsql: meson: respect -Dldap=disabled

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: respect -Dldap=disabled
Date: 2022-10-03 17:40:10
Message-ID: E1ofPQH-000kMM-Lv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: respect -Dldap=disabled

I noticed during some manual testing that -Dldap=disabled (or
--auto-features=disabled) doesn't disable ldap if available - that's obviously
wrong.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0ae5db28d06939d1a2ac52813629be0dfc77010e

Modified Files
--------------
meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-10-03 19:07:25 pgsql: Fix psql's behavior with \g for a multiple-command string.
Previous Message Tom Lane 2022-10-03 15:06:49 pgsql: Doc: update v15 release notes.