From f66f8ec6a0e5b8734868a0b4d5a700048b4b86c6 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 16 Apr 2024 19:30:39 +0000 Subject: [PATCH] ITS#10161 - regenerate configure --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index f2c75d2b74..18aaee5906 100755 --- 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.