ITS#10202 - Regenerate configure

This commit is contained in:
Quanah Gibson-Mount 2024-04-12 21:29:11 +00:00
parent 0402dd1fcc
commit a979b396d1
2 changed files with 1 additions and 17 deletions

15
configure vendored
View File

@ -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

View File

@ -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