Hi all,
In bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27379 a user is complaining of build failures on Solaris v2.8 when LDAP is enabled. This is caused by lber.h being defined after ldap.h.
The attached patch swaps the headers round. Anyone know of any reason why this might be a problem? If not, I'll go ahead and commit.
Regards, Graham --
--- /home/gatekeeper/minfrin/src/apache/pristine/apr-util/include/apr_ldap.h.in 2004-04-06 18:49:17.000000000 +0200 +++ ./include/apr_ldap.h.in 2004-05-21 16:07:17.000000000 +0200 @@ -98,8 +98,8 @@ /* LDAP header files */ #if APR_HAS_NETSCAPE_LDAPSDK [EMAIL PROTECTED]@ @lber_h@ [EMAIL PROTECTED]@ #if APR_HAS_LDAP_SSL @ldap_ssl_h@ #endif
