From: Quanah Gibson-Mount Date: Fri, 12 Apr 2024 21:29:11 +0000 (+0000) Subject: ITS#10202 - Regenerate configure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a979b396d14c9b32847251151c0f325d31ba5c87;p=thirdparty%2Fopenldap.git ITS#10202 - Regenerate configure --- diff --git a/configure b/configure index bcbadd656c..9edc747da0 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: 4541cbcccb8cedfc6c95fe39dbdc83642ce006fb . +# From configure.ac Id: 4aeaf17df859c85558dd8d552a9c180bd2f29eb1 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.71. # @@ -26311,19 +26311,6 @@ if test "$ol_enable_autoca" != no ; then fi fi -if test "$ol_enable_nestgroup" != no ; then - if test "$ol_enable_nestgroup" = mod ; then - MFLAG=SLAPD_MOD_DYNAMIC - SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS nestgroup.la" - else - MFLAG=SLAPD_MOD_STATIC - SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS nestgroup.o" - fi - -printf "%s\n" "#define SLAPD_OVER_NESTGROUP $MFLAG" >>confdefs.h - -fi - if test "$ol_enable_otp" != no ; then if test $ol_with_tls = no ; then as_fn_error $? "--enable-otp=$ol_enable_otp requires --with-tls" "$LINENO" 5 diff --git a/include/portable.hin b/include/portable.hin index c35b53840f..45e5b6ee13 100644 --- a/include/portable.hin +++ b/include/portable.hin @@ -936,9 +936,6 @@ /* define to support modules */ #undef SLAPD_MODULES -/* define for Nested Group overlay */ -#undef SLAPD_OVER_NESTGROUP - /* define to support reverse lookups */ #undef SLAPD_RLOOKUPS