This commit is contained in:
Hallvard Furuseth 2007-05-09 18:19:17 +00:00
parent bbc719ca56
commit feb7bc4524

4
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.652 2007/04/05 21:42:20 hyc Exp .
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.653 2007/05/09 16:17:10 hallvard Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@ -24132,7 +24132,7 @@ int main(argc, argv)
#endif
/* make sure task runs first */
#if HAVE_THR_YIELD
#ifdef HAVE_THR_YIELD
thr_yield();
#elif defined( HAVE_SCHED_YIELD )
sched_yield();