You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2005/09/20 00:47:19 UTC

svn commit: r290298 - in /apr/apr-util/branches/1.2.x: CHANGES build/apu-conf.m4

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")