Regenerate for ITS#8303

This commit is contained in:
Howard Chu 2016-02-08 12:47:20 +00:00
parent 90a80a590d
commit 156c5d53c2

8
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: dcf25e3f8301a00a1aac9034d2381bdc4d8ee274 .
# From configure.in Id: 97a7d8d69c5231a056a85cedd1c591b0c2e46daa .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65.
#
@ -24464,11 +24464,11 @@ _ACEOF
fi
if test "$ol_enable_meta_async" != no ; then
if test "$ol_enable_asyncmeta" != no ; then
BUILD_SLAPD=yes
BUILD_ASYNCMETA=$ol_enable_meta_async
BUILD_ASYNCMETA=$ol_enable_asyncmeta
BUILD_REWRITE=yes
if test "$ol_enable_meta_async" = mod ; then
if test "$ol_enable_asyncmeta" = mod ; then
SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-asyncmeta"
MFLAG=SLAPD_MOD_DYNAMIC
else