]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
m4: want_ldap - Drop LDAP_DEPRECATED
authorMarco Bettini <marco.bettini@open-xchange.com>
Wed, 17 Jul 2024 13:30:30 +0000 (13:30 +0000)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:13 +0000 (12:34 +0200)
m4/want_ldap.m4

index 59b52ac79fc7058e889b96ee64fc638b0c300a19..5af97cb2ef768306e3044bacce51faa760fac9f7 100644 (file)
@@ -42,11 +42,6 @@ AC_DEFUN([DOVECOT_WANT_LDAP], [
       AC_DEFINE(BUILTIN_LDAP,, [LDAP support is built in])
     ])
 
-    AC_DEFINE(LDAP_DEPRECATED, [1], [
-      Functions like ldap_bind() have been deprecated in OpenLDAP 2.3
-      This define enables them until the code here can be refactored
-    ])
-
     AC_CHECK_LIB(ldap, ldap_initialize, :, [
       AC_MSG_ERROR([
         cannot build with LDAP support: function ldap_initialize() not found