]> git.sur5r.net Git - openldap/commitdiff
ITS#8303 Fixed an error in configure.in
authorNadezhda Ivanova <nivanova@symas.com>
Mon, 8 Feb 2016 12:16:58 +0000 (14:16 +0200)
committerHoward Chu <hyc@openldap.org>
Mon, 8 Feb 2016 12:46:41 +0000 (12:46 +0000)
This fixes an incorreclty named variable, introduced with
commit 6cafdfa8d82134f78e68325c4b9c10dd37935d7a

configure.in

index 0d2e0b459c1aaa95c0f51b4ef1ea573a8690be2e..97a7d8d69c5231a056a85cedd1c591b0c2e46daa 100644 (file)
@@ -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