From: Kurt Zeilenga Date: Mon, 16 Jan 2006 18:54:36 +0000 (+0000) Subject: Remove broken yield detection. Seems to do more harm than good. X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~300 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=416848ed63487ddbae407c63ec4f69fbf2caaba5;p=openldap Remove broken yield detection. Seems to do more harm than good. --- diff --git a/configure.in b/configure.in index 0d52e9a1f9..bb251f4345 100644 --- a/configure.in +++ b/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,