mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Remove broken yield detection. Seems to do more harm than good.
This commit is contained in:
parent
02c206acd1
commit
416848ed63
1 changed files with 6 additions and 6 deletions
12
configure.in
12
configure.in
|
|
@ -1602,12 +1602,12 @@ dnl [ol_cv_pthread_lpthread_lexc])
|
|||
fi
|
||||
|
||||
ol_replace_broken_yield=no
|
||||
case "$target" in
|
||||
*-*-linux*)
|
||||
AC_CHECK_FUNCS(nanosleep)
|
||||
ol_replace_broken_yield=yes
|
||||
;;
|
||||
esac
|
||||
dnl case "$target" in
|
||||
dnl *-*-linux*)
|
||||
dnl AC_CHECK_FUNCS(nanosleep)
|
||||
dnl ol_replace_broken_yield=yes
|
||||
dnl ;;
|
||||
dnl esac
|
||||
|
||||
if test $ol_replace_broken_yield = yes ; then
|
||||
AC_DEFINE([REPLACE_BROKEN_YIELD],1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue