pgsql: Un-break AIX build.

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

Un-break AIX build.

In commit d0a02bdb8, I'd supposed that uniformly probing for
ldap_bind would make the intent clearer. However, that seems
not to work on AIX, for obscure reasons (maybe it's a macro
there?). Revert to the former behavior of probing
ldap_simple_bind for thread-safe cases and ldap_bind otherwise.

Per buildfarm member hoverfly.

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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/29a4fbd468af3b627852b6d72d712c47baaef1b6

Modified Files
--------------
configure | 27 ++++++++++++++-------------
configure.in | 5 +++--
2 files changed, 17 insertions(+), 15 deletions(-)