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

Re: Configuration bug on solaris 2.5.1



At 11:22 PM 12/13/98 +0100, Jorg Pietschmann wrote:
>Hi,
>
>OpenLDAP-981130 correctly finds sched_yield in -lposix4 but somehow
>misses to add this library to the libs linked with the test program
>which is used to detect whether select yields the thread. Therefore
>this test fails to compile, and it is incorrectly concluded select
>wont yield.

Though the configure.in had already been updated to link in
LTHREAD_LIBS for this test, I've committed a change such that
the default result of this test is 'yes.'  'no' will only be
used iff the one exit(0) is reached.

Kurt