From b3f819b79bdbd644ee8142574c371fb8a1eebe69 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 31 May 2011 17:11:33 +0000 Subject: Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list. It was not possible to use this interface without ldap provider internals. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1129809 13f79535-47bb-0310-9956-ffa450edef68 --- apr-config.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apr-config.in') diff --git a/apr-config.in b/apr-config.in index e6b518137..84b407356 100644 --- a/apr-config.in +++ b/apr-config.in @@ -44,7 +44,6 @@ APR_BUILD_DIR="@apr_builddir@" APR_SO_EXT="@so_ext@" APR_LIB_TARGET="@export_lib_target@" APR_LIBNAME="@APR_LIBNAME@" -LDAP_LIBS="@LDADD_ldap@" # NOTE: the following line is modified during 'make install': alter with care! location=@APR_CONFIG_LOCATION@ @@ -65,7 +64,6 @@ Known values for OPTION are: --includes print include information --ldflags print linker flags --libs print additional libraries to link against - --ldap-libs print additional library information to link with ldap --srcdir print APR source directory --installbuilddir print APR build helper directory --link-ld print link switch(es) for linking to APR @@ -150,9 +148,6 @@ while test $# -gt 0; do --libs) flags="$flags $LIBS" ;; - --ldap-libs) - flags="$flags $LDAP_LIBS" - ;; --ldflags) flags="$flags $LDFLAGS" ;; -- cgit v1.2.1