]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10202 slapd fails to start if compiled with --enable-overlays=yes
authorNadezhda Ivanova <nivanova@symas.com>
Fri, 12 Apr 2024 12:53:04 +0000 (15:53 +0300)
committerNadezhda Ivanova <nivanova@symas.com>
Fri, 12 Apr 2024 12:53:04 +0000 (15:53 +0300)
configure.ac

index 4541cbcccb8cedfc6c95fe39dbdc83642ce006fb..4aeaf17df859c85558dd8d552a9c180bd2f29eb1 100644 (file)
@@ -2559,17 +2559,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
-       AC_DEFINE_UNQUOTED(SLAPD_OVER_NESTGROUP,$MFLAG,[define for Nested Group overlay])
-fi
-
 if test "$ol_enable_otp" != no ; then
        if test $ol_with_tls = no ; then
                AC_MSG_ERROR([--enable-otp=$ol_enable_otp requires --with-tls])