ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure.ac
(Generate patch)

Comparing BasiliskII/src/Unix/configure.ac (file contents):
Revision 1.45 by gbeauche, 2005-05-14T17:40:05Z vs.
Revision 1.46 by gbeauche, 2005-05-15T17:22:12Z

# 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines