Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 50511 invoked from network); 19 Sep 2005 22:47:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2005 22:47:41 -0000 Received: (qmail 65034 invoked by uid 500); 19 Sep 2005 22:47:40 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 65006 invoked by uid 500); 19 Sep 2005 22:47:40 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 64993 invoked by uid 99); 19 Sep 2005 22:47:40 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 Sep 2005 15:47:40 -0700 Received: (qmail 50259 invoked by uid 65534); 19 Sep 2005 22:47:19 -0000 Message-ID: <20050919224719.50253.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r290298 - in /apr/apr-util/branches/1.2.x: CHANGES build/apu-conf.m4 Date: Mon, 19 Sep 2005 22:47:19 -0000 To: commits@apr.apache.org From: minfrin@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: minfrin Date: Mon Sep 19 15:47:05 2005 New Revision: 290298 URL: http://svn.apache.org/viewcvs?rev=290298&view=rev Log: Teach configure how to find the Novell LDAP SDK. Modified: apr/apr-util/branches/1.2.x/CHANGES apr/apr-util/branches/1.2.x/build/apu-conf.m4 Modified: apr/apr-util/branches/1.2.x/CHANGES URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/CHANGES?rev=290298&r1=290297&r2=290298&view=diff ============================================================================== --- apr/apr-util/branches/1.2.x/CHANGES (original) +++ apr/apr-util/branches/1.2.x/CHANGES Mon Sep 19 15:47:05 2005 @@ -1,5 +1,7 @@ Changes with APR-util 1.2.2 - + + *) Teach configure how to find the Novell LDAP SDK. [Graham Leggett] + *) Fix usage of ldapssl_init/ldap_sslinit on platforms that support these API's including Win32. Support APR_HAS_LDAP_START_TLS_S flag in the Win32 LDAP API, to drop usage of ldap_start_ssl_s Modified: apr/apr-util/branches/1.2.x/build/apu-conf.m4 URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/build/apu-conf.m4?rev=290298&r1=290297&r2=290298&view=diff ============================================================================== --- apr/apr-util/branches/1.2.x/build/apu-conf.m4 (original) +++ apr/apr-util/branches/1.2.x/build/apu-conf.m4 Mon Sep 19 15:47:05 2005 @@ -295,6 +295,7 @@ APU_FIND_LDAPLIB("ldapssl40") APU_FIND_LDAPLIB("ldapssl30") APU_FIND_LDAPLIB("ldapssl20") + APU_FIND_LDAPLIB("ldapsdk", "-lldapx -lldapssl -lldapgss -lgssapi_krb5") APU_FIND_LDAPLIB("ldap", "-llber") APU_FIND_LDAPLIB("ldap", "-llber -lresolv") APU_FIND_LDAPLIB("ldap", "-llber -lresolv -lsocket -lnsl")