View | Details | Raw Unified
Collapse All | Expand All

(-) configure.orig (-2 / +2 lines)
 Lines 12251-12258    Link Here 
/* Require 2.1.27+ and 2.2.6+ */
/* Require 2.1.27+ and 2.2.6+ */
#if LDAP_VENDOR_VERSION_MAJOR == 2  && LDAP_VENDOR_VERSION_MINOR == 1 && LDAP_VENDOR_VERSION_PATCH > 26
#if LDAP_VENDOR_VERSION_MAJOR == 2  && LDAP_VENDOR_VERSION_MINOR == 1 && LDAP_VENDOR_VERSION_PATCH > 26
char *__openldap_compat = "2.1.27 or better okay";
char *__openldap_compat = "2.1.27 or better okay";
#elif LDAP_VENDOR_VERSION_MAJOR == 2  && LDAP_VENDOR_VERSION_MINOR == 2 && LDAP_VENDOR_VERSION_PATCH > 5
#elif LDAP_VENDOR_VERSION_MAJOR == 2  && LDAP_VENDOR_VERSION_MINOR > 1
char *__openldap_compat = "2.2.6 or better okay";
char *__openldap_compat = "2.2 or better okay";
#endif
#endif
_ACEOF
_ACEOF