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: https://postgr.es/m/[email protected] Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/7f2eca6f9db6e2227b87d03204e201ee6d759b5b Modified Files -------------- configure | 27 ++++++++++++++------------- configure.ac | 5 +++-- 2 files changed, 17 insertions(+), 15 deletions(-)
