This commit is contained in:
Pierangelo Masarati 2004-09-11 16:17:10 +00:00
parent c04bebe750
commit cfae4e5a5c
2 changed files with 2 additions and 2 deletions
tests/scripts

View File

@ -12,7 +12,7 @@
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if [ x"$MONITORDB" = x"yes" -o x"$MONITORDB" = xmod ] ; then
if [ x"$MONITORDB" = xyes -o x"$MONITORDB" = xmod ] ; then
MON=monitor
if [ $MONITORDB = mod ] ; then
MONMOD=monitormod

View File

@ -22,8 +22,8 @@ RDBMSWRITE=${SLAPD_USE_SQLWRITE-no}
PROXYCACHE=${AC_pcache-pcacheno}
PPOLICY=${AC_ppolicy-ppolicyno}
REFINT=${AC_refint-refintno}
UNIQUE=${AC_unique-uniqueno}
RWM=${AC_rwm-rwmno}
UNIQUE=${AC_unique-uniqueno}
WITH_SASL=${AC_WITH_SASL-no}
USE_SASL=${SLAPD_USE_SASL-no}
WITHTLS=${AC_WITHTLS-yes}