Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2164 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Stefan Bühler 2008-04-29 21:00:01 +00:00
parent 93e7167f84
commit 7b309ef770
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ if test "$WITH_LDAP" != "no"; then
LDAP_LIB=-lldap
AC_DEFINE([HAVE_LIBLDAP], [1], [libldap])
AC_DEFINE([HAVE_LDAP_H], [1])
AC_DEFINE([LDAP_DEPRECATED], [1], [Using deprecated ldap api])
])
])
AC_SUBST(LDAP_LIB)