Skip to content
Snippets Groups Projects
Commit 3bdecdd3 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

more about the ACI commit

parent d4250631
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment