[Date Prev][Date Next] [Chronological] [Thread] [Top]

contrib/ldaptcl configure help misleading (ITS#1409)



Full_Name: 
Version: 2.0.15
OS: Solaris 7
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (143.209.6.105)


The following patch makes configure's help consistent with its behavior.

*** configure.in.orig   Fri Oct 26 08:53:27 2001
--- configure.in        Fri Oct 26 08:53:52 2001
***************
*** 147,153 ****
  AC_ARG_WITH(ldap-libdir, [  --with-ldap-libdir=<dir>    path to ldap and lber
libs],
        [ldaplibdir=$withval])
  
! AC_ARG_WITH(ldap-libraries, [  --with-ldap-libflags=<libnames>   -l flags for
ldap libraries],
        [ldaplibflags="-L$ldaplibdir $withval"],
        [ldaplibflags="-L$ldaplibdir -lldap -llber"])
  
--- 147,153 ----
  AC_ARG_WITH(ldap-libdir, [  --with-ldap-libdir=<dir>    path to ldap and lber
libs],
        [ldaplibdir=$withval])
  
! AC_ARG_WITH(ldap-libraries, [  --with-ldap-libraries=<libnames>   -l flags for
ldap libraries],
        [ldaplibflags="-L$ldaplibdir $withval"],
        [ldaplibflags="-L$ldaplibdir -lldap -llber"])