# | Line 195 | Line 195 | AC_CHECK_LIB(pthread, pthread_create, , | |
---|---|---|
195 | if [[ "x$HAVE_PTHREADS" = "xyes" ]]; then | |
196 | AC_DEFINE(HAVE_PTHREADS, 1, [Define if pthreads are available.]) | |
197 | fi | |
198 | < | AC_CHECK_FUNCS(pthread_cancel) |
198 | > | AC_CHECK_FUNCS(pthread_cancel pthread_testcancel) |
199 | AC_CHECK_FUNCS(pthread_mutexattr_setprotocol) | |
200 | AC_CHECK_FUNCS(pthread_mutexattr_settype) | |
201 | AC_CHECK_FUNCS(pthread_mutexattr_setpshared) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |