From 3bdecdd3a1c740ba300b552666fc5d04ff244567 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 6 Jan 2006 18:01:12 +0000 Subject: [PATCH] more about the ACI commit --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 712ab422c9..1cd2b20ae2 100644 --- a/configure.in +++ b/configure.in @@ -432,7 +432,10 @@ if test $ol_enable_slapd = no ; then if test $ol_enable_rlookups = yes ; then AC_MSG_WARN([slapd disabled, ignoring --enable-rlookups argument]) fi - if test $ol_enable_aci = yes ; then + if test $ol_enable_dynacl = yes ; then + AC_MSG_WARN([slapd disabled, ignoring --enable-dynacl argument]) + fi + if test $ol_enable_aci != no ; then AC_MSG_WARN([slapd disabled, ignoring --enable-aci argument]) fi if test $ol_enable_ldbm_api != auto ; then -- 2.39.5