[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: OPENLDAP_AC
Kurt D. Zeilenga writes:
>At 01:58 AM 8/24/2005, Howard Chu wrote:
>> Anyway, after fixing the OL_PTHREAD_TRY macro it appears that this
>> configure script runs OK on my SuSE 9.2 x86_64 system. make test is
>> running now, looks OK.
>
> ./configure --help shows that there is a problem with
> $ol_dflt_overlays that needs to be worked out.
> I think that use of a shell variable here is likely
> quite inappropriate. Should be a static string.
Yes, the newer AC_ARG_ENABLE and AC_ARG_WITH treat it as a literal
string. As far as i can tell, either the OL_ versions in openldap.m4
need an extra argument with the real default, or the change to let
--enable-<specific backend> override --enable-backends must be reverted.
--
Hallvard