Re: svn commit: r1920017 - /apr/apr/trunk/ldap/apr_ldap.c

Joe Orton <[email protected]> Wed, 21 Aug 2024 15:11:18 +0100
Newsgroups gmane.comp.apache.apr.devel
Organization Registered in England and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (US), Michael O'Neill (Ireland), Paul Argiry (US)
Message-ID <[email protected]>
On Mon, Aug 19, 2024 at 07:33:07AM -0000, [email protected] wrote:
> Author: minfrin
> Date: Mon Aug 19 07:33:06 2024
> New Revision: 1920017
> 
> URL: http://svn.apache.org/viewvc?rev=1920017&view=rev
> Log:
> apr_ldap: Make the sasl callback disappear when OpenLDAP is not
> used.

I think this code should also not be built if the <sasl.h> checks both 
failed. That would avoid the httpd build failures on systems where 
previously this code built fine (maybe that's Debian/Ubuntu only but 
regardless, it's a regression).

Regards, Joe