]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10202 - Regenerate configure
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 12 Apr 2024 21:29:11 +0000 (21:29 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 12 Apr 2024 21:29:11 +0000 (21:29 +0000)
configure
include/portable.hin

index bcbadd656cf13def54f9dd5a686b432b7283f442..9edc747da03eab02b67d1c74ad96b592ac0e3e17 100755 (executable)
--- 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
index c35b53840ff0c032458df7cd779f9142c5a049fc..45e5b6ee139190a8a9b6b79e37166bb41788d133 100644 (file)
 /* define to support modules */
 #undef SLAPD_MODULES
 
-/* define for Nested Group overlay */
-#undef SLAPD_OVER_NESTGROUP
-
 /* define to support reverse lookups */
 #undef SLAPD_RLOOKUPS