More (blind) cthread changes

This commit is contained in:
Kurt Zeilenga 2002-01-21 02:32:34 +00:00
parent 6169ef5873
commit 68e58d15de
2 changed files with 313 additions and 315 deletions

625
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -1594,8 +1594,7 @@ if test $ol_with_threads = auto -o $ol_with_threads = yes \
dnl check for Mach CThreads
AC_CHECK_HEADERS(mach/cthreads.h cthreads.h)
if test $ac_cv_header_mach_cthreads_h = yes \
-o $ac_cv_header_cthreads_h = yes ; then
if test $ac_cv_header_mach_cthreads_h = yes ; then
ol_with_threads=found
dnl check for cthreads support in current $LIBS