mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
ITS#10202 - Regenerate configure
This commit is contained in:
parent
0402dd1fcc
commit
a979b396d1
15
configure
vendored
15
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user