mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#10161 - regenerate configure
This commit is contained in:
parent
0a4435b87f
commit
f66f8ec6a0
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -687,6 +687,7 @@ BUILD_REFINT
|
|||
BUILD_PROXYCACHE
|
||||
BUILD_PPOLICY
|
||||
BUILD_OTP
|
||||
BUILD_NESTGROUP
|
||||
BUILD_MEMBEROF
|
||||
BUILD_HOMEDIR
|
||||
BUILD_LASTMOD
|
||||
|
|
@ -4723,6 +4724,7 @@ BUILD_DYNLIST=no
|
|||
BUILD_LASTMOD=no
|
||||
BUILD_HOMEDIR=no
|
||||
BUILD_MEMBEROF=no
|
||||
BUILD_NESTGROUP=no
|
||||
BUILD_OTP=no
|
||||
BUILD_PPOLICY=no
|
||||
BUILD_PROXYCACHE=no
|
||||
|
|
@ -25161,6 +25163,7 @@ _ACEOF
|
|||
fi
|
||||
|
||||
if test "$ol_enable_nestgroup" != no ; then
|
||||
BUILD_NESTGROUP=$ol_enable_nestgroup
|
||||
if test "$ol_enable_nestgroup" = mod ; then
|
||||
MFLAG=SLAPD_MOD_DYNAMIC
|
||||
SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS nestgroup.la"
|
||||
|
|
@ -25689,6 +25692,7 @@ fi
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Check whether --with-xxinstall was given.
|
||||
|
|
|
|||
Loading…
Reference in a new issue