comment out OSF/1 yielding select force. Likely incorrect.

This commit is contained in:
Kurt Zeilenga 1999-04-03 08:19:37 +00:00
parent 4d2b0cfab6
commit 04904a4418
2 changed files with 360 additions and 378 deletions

702
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -795,9 +795,9 @@ int main(argc, argv)
AC_CHECK_LIB(pthread, pthread_mutex_unlock, [
ol_link_threads=posix
LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lmach -lexc -lc_r"
if test $ol_with_yielding_select = auto ; then
ol_with_yielding_select=yes
fi
dnl if test $ol_with_yielding_select = auto ; then
dnl ol_with_yielding_select=yes
dnl fi
],:,[-lmach -lexc -lc_r])
LIBS="$save_LIBS"
fi
@ -808,9 +808,9 @@ int main(argc, argv)
AC_CHECK_LIB(pthread, pthread_mutex_lock, [
ol_link_threads=posix
LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lmach -lexc"
if test $ol_with_yielding_select = auto ; then
ol_with_yielding_select=yes
fi
dnl if test $ol_with_yielding_select = auto ; then
dnl ol_with_yielding_select=yes
dnl fi
],:,[-lmach -lexc])
LIBS="$save_LIBS"
fi
@ -821,9 +821,9 @@ int main(argc, argv)
AC_CHECK_LIB(pthread, pthread_mutex_trylock, [
ol_link_threads=posix
LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lexc"
if test $ol_with_yielding_select = auto ; then
ol_with_yielding_select=yes
fi
dnl if test $ol_with_yielding_select = auto ; then
dnl ol_with_yielding_select=yes
dnl fi
],:,[-lexc])
LIBS="$save_LIBS"
fi
@ -883,9 +883,9 @@ int main(argc, argv)
AC_CHECK_LIB(pthreads, pthread_mutex_unlock, [
ol_link_threads=posix
LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lmach -lexc -lc_r"
if test $ol_with_yielding_select = auto ; then
ol_with_yielding_select=yes
fi
dnl if test $ol_with_yielding_select = auto ; then
dnl ol_with_yielding_select=yes
dnl fi
],:,[-lmach -lexc -lc_r])
LIBS="$save_LIBS"
fi
@ -896,9 +896,9 @@ int main(argc, argv)
AC_CHECK_LIB(pthreads, pthread_mutex_lock, [
ol_link_threads=posix
LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lmach -lexc"
if test $ol_with_yielding_select = auto ; then
ol_with_yielding_select=yes
fi
dnl if test $ol_with_yielding_select = auto ; then
dnl ol_with_yielding_select=yes
dnl fi
],:,[-lmach -lexc])
LIBS="$save_LIBS"
fi
@ -909,9 +909,9 @@ int main(argc, argv)
AC_CHECK_LIB(pthreads, pthread_mutex_trylock, [
ol_link_threads=posix
LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lexc"
if test $ol_with_yielding_select = auto ; then
ol_with_yielding_select=yes
fi
dnl if test $ol_with_yielding_select = auto ; then
dnl ol_with_yielding_select=yes
dnl fi
],:,[-lexc])
LIBS="$save_LIBS"
fi