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
|
fi
|
||||||
|
|
||||||
ol_replace_broken_yield=no
|
ol_replace_broken_yield=no
|
||||||
case "$target" in
|
dnl case "$target" in
|
||||||
*-*-linux*)
|
dnl *-*-linux*)
|
||||||
AC_CHECK_FUNCS(nanosleep)
|
dnl AC_CHECK_FUNCS(nanosleep)
|
||||||
ol_replace_broken_yield=yes
|
dnl ol_replace_broken_yield=yes
|
||||||
;;
|
dnl ;;
|
||||||
esac
|
dnl esac
|
||||||
|
|
||||||
if test $ol_replace_broken_yield = yes ; then
|
if test $ol_replace_broken_yield = yes ; then
|
||||||
AC_DEFINE([REPLACE_BROKEN_YIELD],1,
|
AC_DEFINE([REPLACE_BROKEN_YIELD],1,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue