From 416848ed63487ddbae407c63ec4f69fbf2caaba5 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 16 Jan 2006 18:54:36 +0000 Subject: [PATCH] Remove broken yield detection. Seems to do more harm than good. --- configure.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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, -- 2.39.5