From fe350a15b0d1f125822a81730bb66afc1b5df594 Mon Sep 17 00:00:00 2001 From: Marco Bettini Date: Wed, 17 Jul 2024 13:30:30 +0000 Subject: [PATCH] m4: want_ldap - Drop LDAP_DEPRECATED --- m4/want_ldap.m4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/m4/want_ldap.m4 b/m4/want_ldap.m4 index 59b52ac79f..5af97cb2ef 100644 --- a/m4/want_ldap.m4 +++ b/m4/want_ldap.m4 @@ -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 -- 2.47.3