diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2007-12-07 20:15:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 20:07:34 +0200 |
commit | 7d8d824e23d828c84fada5fb3b0180a0a0aa4409 (patch) | |
tree | d02fe68c5f16b12a959fe6d6b7b53c4d70d0e3e4 /debian/configure.ac | |
parent | d920c2bbf44af5fa0af8d4112290cb55a0de3c94 (diff) | |
download | sendmail-debian/8.14.2-3.tar.gz |
Imported Debian patch 8.14.2-3debian/8.14.2-3
Diffstat (limited to 'debian/configure.ac')
-rw-r--r-- | debian/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/configure.ac b/debian/configure.ac index f231b10..13d39b2 100644 --- a/debian/configure.ac +++ b/debian/configure.ac @@ -1128,6 +1128,8 @@ if test $sm_enable_ldap != no; then sm_sendmail_envdef="$sm_sendmail_envdef -D_FFR_LDAP_URI"; sm_libsm_envdef="$sm_libsm_envdef -D_FFR_LDAP_SETVERSION"; sm_sendmail_envdef="$sm_sendmail_envdef -D_FFR_LDAP_SETVERSION"; + sm_libsm_envdef="$sm_libsm_envdef -DLDAP_DEPRECATED"; + sm_sendmail_envdef="$sm_sendmail_envdef -DLDAP_DEPRECATED"; fi; if test $sm_have_ldap_memfree = yes; then sm_libsm_envdef="$sm_libsm_envdef -DSM_CONF_LDAP_MEMFREE"; |