]> git.sur5r.net Git - openldap/commitdiff
Regenerate for ITS#8303
authorHoward Chu <hyc@openldap.org>
Mon, 8 Feb 2016 12:47:20 +0000 (12:47 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 8 Feb 2016 12:47:20 +0000 (12:47 +0000)
configure

index 4ace07c5fc17789f3b9f12bad039e6777f4e1d83..cf7890c398d33d6b3bed1fd20cf492b24eb1d162 100755 (executable)
--- a/configure
+++ b/configure
@@ -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