From 90a80a590dafb453df4cc09df5578b5ef0dd6f96 Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Mon, 8 Feb 2016 14:16:58 +0200 Subject: [PATCH] ITS#8303 Fixed an error in configure.in This fixes an incorreclty named variable, introduced with commit 6cafdfa8d82134f78e68325c4b9c10dd37935d7a --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 0d2e0b459c..97a7d8d69c 100644 --- a/configure.in +++ b/configure.in @@ -2745,11 +2745,11 @@ if test "$ol_enable_meta" != no ; then AC_DEFINE_UNQUOTED(SLAPD_META,$MFLAG,[define to support LDAP Metadirectory backend]) 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 -- 2.39.5