summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-07-23 19:16:54 +0200
committerStefan Fritsch <sf@apache.org>2011-07-23 19:16:54 +0200
commit533704a7fa7a89d346ff5d1027323abf41fd749f (patch)
tree1413d86a675764dc3c46d89c3b67d5c06a454744 /build
parentRevert r1140069: (diff)
downloadapache2-533704a7fa7a89d346ff5d1027323abf41fd749f.tar.xz
apache2-533704a7fa7a89d346ff5d1027323abf41fd749f.zip
Revert r1131393:
Several fixes for the ap_ldap build logic. This should fix compilation without --with-ldap. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/revert-ap-ldap@1150165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/find_ldap.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/build/find_ldap.m4 b/build/find_ldap.m4
index b23417d18c..a0e6a066a0 100644
--- a/build/find_ldap.m4
+++ b/build/find_ldap.m4
@@ -39,7 +39,6 @@ AC_DEFUN([AP_FIND_LDAPLIB], [
AC_CHECK_LIB(${ldaplib}, ldapssl_init, ap_has_ldapssl_init="1", , ${extralib})
AC_CHECK_LIB(${ldaplib}, ldapssl_install_routines, ap_has_ldapssl_install_routines="1", , ${extralib})
ap_has_ldap="1";
- AC_DEFINE(AP_HAS_LDAP, 1, [Defined if httpd is compiled with ldap support])
], , ${extralib})
fi
])