mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Disable config.cache to ensure consistent detection
This commit is contained in:
parent
dc563b12f9
commit
ce05f1cd76
3 changed files with 455 additions and 555 deletions
2
CHANGES
2
CHANGES
|
|
@ -6,6 +6,8 @@ Changes included in OpenLDAP 1.2 Release Engineering
|
|||
Added ldapsearch -W password prompting
|
||||
Added dcObject, uidObject, referral object classes to slapd.oc.conf
|
||||
Added ref attribute type to slapd.at.conf
|
||||
Build environment
|
||||
Disable config.cache to ensure consistent detection
|
||||
Documentation
|
||||
Removed edit ldapconfig.h.edit set from INSTALL
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue