mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Rebuild
This commit is contained in:
parent
bbc719ca56
commit
feb7bc4524
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue