[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: incorrect check for cthreads.h header (ITS#1554)
HEAD and (now) OPENLDAP_REL_ENG_2 contain updated cthreads
detection. Please test.
Kurt
At 06:12 AM 2002-01-24, china@thewrittenword.com wrote:
>Full_Name: Albert Chin-A-Young
>Version: 2.0.21
>OS: HP-UX 10.20
>URL: ftp://ftp.thewrittenword.com/outgoing/pub/openldap-2.0.21-4.patch
>Submission from: (NULL) (64.32.187.114)
>
>
>The test for the cthreads.h contains a typo. Rather than:
> AC_CHECK_HEADERS(mach/cthreads.h cthread.h)
>it should be:
> AC_CHECK_HEADERS(mach/cthreads.h cthreads.h)
>
>Patch at:
> ftp://ftp.thewrittenword.com/outgoing/pub/openldap-2.0.21-4.patch