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

Re: Active Directory ref: with ldapsearch (ITS#3051)



Hi,
The faulty line in configure is a test condition on enable_chain:
< if test $ol_enable_chain != no -a $ol_enable_ldap = no ; then
<       { echo "configure: error: --enable-chain requires --enable-ldap" 1>&2; exit 1; }
< fi
As this is the only mention of enable_chain in the script I guess its a bug
so I removed it and configure now seems ok.

Jim