[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
incorrect check for cthreads.h header (ITS#1554)
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