From: Anatol Belski Date: Mon, 6 Jul 2015 17:43:35 +0000 (+0200) Subject: move the define to the right place X-Git-Tag: php-7.0.0beta1~12^2~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73c0fc0df40a3e4c763f7e6a3392339d438959a6;p=php move the define to the right place thanks Kalle ) --- diff --git a/ext/ldap/config.w32 b/ext/ldap/config.w32 index 2fa05f4383..9102c6c952 100644 --- a/ext/ldap/config.w32 +++ b/ext/ldap/config.w32 @@ -22,6 +22,7 @@ if (PHP_LDAP != "no") { AC_DEFINE('HAVE_LDAP_SASL', 1); AC_DEFINE('HAVE_LDAP_SASL_SASL_H', 1); AC_DEFINE('LDAP_DEPRECATED', 1); + AC_DEFINE('HAVE_LDAP_CONTROL_FIND', 1); } else { WARNING("ldap not enabled; libraries and headers not found"); diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index c2d16287d8..b2ee6f1958 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -183,5 +183,3 @@ #define HAVE_GETRUSAGE -#define HAVE_LDAP_CONTROL_FIND 1 -