2 POSIX condition variables.
10 windows-cond [test $gl_threads_api = windows]
11 pthread-mutex [test $gl_threads_api = windows]
15 if test $HAVE_PTHREAD_COND_INIT = 0 || test $REPLACE_PTHREAD_COND_INIT = 1; then
16 AC_LIBOBJ([pthread-cond])
18 gl_PTHREAD_MODULE_INDICATOR([pthread-cond])