mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
EXPERIMENTAL: Disable cache saving and loading.
This commit is contained in:
parent
2b82bc2d63
commit
58afabdf00
2 changed files with 540 additions and 589 deletions
|
|
@ -7,6 +7,10 @@ dnl license is available at http://www.OpenLDAP.org/license.html or
|
|||
dnl in file LICENSE in the top-level directory of the distribution.
|
||||
dnl
|
||||
|
||||
dnl Disable config.cache!
|
||||
define([AC_CACHE_LOAD], )dnl
|
||||
define([AC_CACHE_SAVE], )dnl
|
||||
|
||||
dnl Configure.in for OpenLDAP
|
||||
AC_INIT(include/ldap.h)dnl
|
||||
AC_CONFIG_AUX_DIR(build)dnl
|
||||
|
|
@ -770,7 +774,7 @@ dnl [ol_cv_pthread_lpthread_lexc])
|
|||
fi
|
||||
if test $ac_cv_func_sched_yield = no -a \
|
||||
$ac_cv_func_pthread_yield = no ; then
|
||||
dnl Solaris has sched_yield() in -lposix4
|
||||
dnl Solaris has sched_yield() stub in -lposix4
|
||||
dnl but we'll use thr_yield instead.
|
||||
AC_CHECK_FUNCS(thr_yield)
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue