pgsql: Fix busted test for ldap_initialize.

Started by Tom Laneabout 5 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Fix busted test for ldap_initialize.

Sigh ... I was expecting AC_CHECK_LIB to do something it didn't,
namely update LIBS. This led to not finding ldap_initialize.
Fix by moving the probe for ldap_initialize. In some sense this
is more correct anyway, since (at least for now) we care about
whether ldap_initialize exists in libldap not libldap_r.

Per buildfarm member elver and local testing.

Discussion: /messages/by-id/17083-a19190d9591946a7@postgresql.org

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9fca23c1d6de2664aa447e4ef72b9bf60d3bdf35

Modified Files
--------------
configure | 23 ++++++++++++-----------
configure.in | 3 ++-
2 files changed, 14 insertions(+), 12 deletions(-)