From: Howard Chu Date: Mon, 1 Feb 2016 19:22:46 +0000 (+0000) Subject: ITS#8303 fix prev commit X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8470f6e32fe4da997fcdafe77c20584f97c7536b;p=openldap ITS#8303 fix prev commit --- diff --git a/configure.in b/configure.in index dcf25e3f83..0d2e0b459c 100644 --- a/configure.in +++ b/configure.in @@ -288,6 +288,7 @@ Backends="bdb \ ldap \ mdb \ meta \ + asyncmeta \ monitor \ ndb \ null \ @@ -482,6 +483,7 @@ elif test $ol_enable_modules != yes && test $ol_enable_ldap = no && test $ol_enable_mdb = no && test $ol_enable_meta = no && + test $ol_enable_asyncmeta = no && test $ol_enable_monitor = no && test $ol_enable_ndb = no && test $ol_enable_null = no && @@ -506,7 +508,7 @@ if test $ol_enable_meta/$ol_enable_ldap = yes/no ; then AC_MSG_ERROR([--enable-meta requires --enable-ldap]) fi -if test $ol_enable_meta_async/$ol_enable_ldap = yes/no ; then +if test $ol_enable_asyncmeta/$ol_enable_ldap = yes/no ; then AC_MSG_ERROR([--enable-asyncmeta requires --enable-ldap]) fi