Un-break AIX build, take 2. I incorrectly diagnosed the reason why hoverfly is unhappy. Looking closer, it appears that it fails to link libldap unless libssl is also present; so the problem was my idea of clearing LIBS before making the check. Revert to essentially the original coding, except that instead of failing when libldap_r isn't there, use libldap.
Per buildfarm member hoverfly. Discussion: https://postgr.es/m/[email protected] Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/9ffad7ae7ffc632ff8d3822916c431b7e4a4df38 Modified Files -------------- configure | 97 ++++++++++++++++++++++++------------------------------------ configure.ac | 26 ++++++++-------- 2 files changed, 51 insertions(+), 72 deletions(-)
