diff options
author | George Lebl <jirka@5z.com> | 2003-07-28 17:39:03 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2003-07-28 17:39:03 +0000 |
commit | 1ed4984a24db1e471ed9c560b2b99e12e868f939 (patch) | |
tree | a9ff2f63b5532b9f04b51292ca796309f09e3af8 /acconfig.h | |
parent | 3c93a08cd463f1741bc2800ed6e716463b77065e (diff) | |
download | gdm-1ed4984a24db1e471ed9c560b2b99e12e868f939.tar.gz |
check for sched_yield in the standard lib and then in -lrt, and don't use
Mon Jul 28 10:36:52 2003 George Lebl <jirka@5z.com>
* confiugure.in, acconfig.h, daemon/slave.c, daemon/gdm.c: check
for sched_yield in the standard lib and then in -lrt, and don't
use it if we can't find it. Also remove its usage from places
where we're going to yield the processor very soon anyway.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,3 +36,4 @@ #undef GETTEXT_PACKAGE #undef HAVE_LOGINCAP #undef HAVE_SYS_SOCKIO_H +#undef HAVE_SCHED_YIELD |