]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10161 - regenerate configure
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 16 Apr 2024 19:30:39 +0000 (19:30 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 16 Apr 2024 19:30:39 +0000 (19:30 +0000)
configure

index f2c75d2b74db85386839621f56935292678d1817..18aaee59066c0f80027b7136d1b9b8b63216a4d8 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.