# | Line 202 | Line 202 | AC_CHECK_LIB(pthread, pthread_create, , | |
---|---|---|
202 | if [[ "x$HAVE_PTHREADS" = "xyes" ]]; then | |
203 | AC_DEFINE(HAVE_PTHREADS, 1, [Define if pthreads are available.]) | |
204 | fi | |
205 | + | AC_CHECK_FUNCS(pthread_cond_init) |
206 | AC_CHECK_FUNCS(pthread_cancel pthread_testcancel) | |
207 | AC_CHECK_FUNCS(pthread_mutexattr_setprotocol) | |
208 | AC_CHECK_FUNCS(pthread_mutexattr_settype) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |