Test for sched_yield as the native yield function first. Corrected typo
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 22 Mar 2000 10:04:29 +0000 (10:04 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 22 Mar 2000 10:04:29 +0000 (10:04 +0000)
commit762a2befa463ba4b6c2e8733abe5bfdaf7080043
treea88a9a0b1209a968bd8197ea65cf96780495a18d
parentfdb55f623a1ae1c47c13a6361142641b40b38f90
Test for sched_yield as the native yield function first. Corrected typo

2000-03-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: Test for sched_yield as the native yield function
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
message for the pthread_create test. Negative Priorities are
allowed (and used on Solaris), so consider
sched_get_priority_min failed only if it returns -1, not <0. Check
for sched_get_priority_min also in -lrt, if not found in -lpthread
alone and add -lrt to G_THREAD_LIBS then. Remove special case
handling of priorities for older solaris versions and posix
threads. Thanks to Wan-Teh Chang <wtc@netscape.com> for suggesting
some of those changes.

* config.guess, config.sub, ltconfig, ltmain.sh:
Upgrade to libtool 1.3.4.
13 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
config.guess
config.sub
configure.in
ltconfig
ltmain.sh