]> git.sur5r.net Git - openldap/commitdiff
more about the ACI commit
authorPierangelo Masarati <ando@openldap.org>
Fri, 6 Jan 2006 18:01:12 +0000 (18:01 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 6 Jan 2006 18:01:12 +0000 (18:01 +0000)
configure.in

index 712ab422c9ee8409161eed6c0bf69b6c6a2d09f0..1cd2b20ae2eb3b97ff0790664978a1364ccad7eb 100644 (file)
@@ -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