diff options
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r-- | ext/ldap/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index eb9bde6ed2..b510e29a11 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -100,7 +100,7 @@ zend_module_entry ldap_module_entry = { -#if defined(COMPILE_DL) || defined(COMPILE_DL_LDAP) +#ifdef COMPILE_DL_LDAP ZEND_GET_MODULE(ldap) #endif |