Un-break AIX build.
authorTom Lane
Fri, 9 Jul 2021 18:15:41 +0000 (14:15 -0400)
committerTom Lane
Fri, 9 Jul 2021 18:15:41 +0000 (14:15 -0400)
commitcbcf5ffb180ad18fcebe8b21ab1ec1e90d3a3b14
treee882052704e3ff15b94640a67f1f921e075c3147
parent9807b9aedc6e8b8a497db161b3d2d9f83648ea5b
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/17083-a19190d9591946a7@postgresql.org
configure
configure.in