ianh        02/02/07 20:05:46

  Modified:    build    apu-conf.m4
  Log:
  This was required to get the apr-util code to configure properly on Linux
  using the latest open-ldap libs and the IBM ldap libs.
  
  Submitted by: Paul J. Reder <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.33      +2 -0      apr-util/build/apu-conf.m4
  
  Index: apu-conf.m4
  ===================================================================
  RCS file: /home/cvs/apr-util/build/apu-conf.m4,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- apu-conf.m4       6 Feb 2002 12:42:50 -0000       1.32
  +++ apu-conf.m4       8 Feb 2002 04:05:46 -0000       1.33
  @@ -600,6 +600,8 @@
         APU_FIND_LDAPLIB("ldapssl30")
         APU_FIND_LDAPLIB("ldapssl20")
         APU_FIND_LDAPLIB("ldap", "-llber")
  +      APU_FIND_LDAPLIB("ldap", "-llber -lresolv")
  +      APU_FIND_LDAPLIB("ldap", "-ldl -lpthread")
       else
         APU_FIND_LDAPLIB($LDAPLIB)
       fi
  
  
  

Reply via email to