Displaying 1 result from an estimated 1 matches for "really_not_needed".
2009 Jul 25
1
configure performs checks for not needed sasl headers
Hi,
I'm always surprised when I see output from configure like
checking for really_not_needed.h... no
The configure script is always 'checking sasl.h usability' even when the
--without-ldap option was specified.
The attached patch checks the presence of sasl.h / sasl/sasl.h only when
using the --with-ldap option && all required LDAP headers and libs are
available.
Regards...