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:
parent
93e7167f84
commit
7b309ef770
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue