--- configure.orig 2005-09-08 15:00:40.000000000 +0100 +++ configure 2005-09-08 15:01:05.000000000 +0100 @@ -12251,8 +12251,8 @@ /* Require 2.1.27+ and 2.2.6+ */ #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"; -#elif LDAP_VENDOR_VERSION_MAJOR == 2 && LDAP_VENDOR_VERSION_MINOR == 2 && LDAP_VENDOR_VERSION_PATCH > 5 -char *__openldap_compat = "2.2.6 or better okay"; +#elif LDAP_VENDOR_VERSION_MAJOR == 2 && LDAP_VENDOR_VERSION_MINOR > 1 +char *__openldap_compat = "2.2 or better okay"; #endif _ACEOF