#! /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.
#
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
/* define to support modules */
#undef SLAPD_MODULES
-/* define for Nested Group overlay */
-#undef SLAPD_OVER_NESTGROUP
-
/* define to support reverse lookups */
#undef SLAPD_RLOOKUPS