From: Pierangelo Masarati Date: Sat, 11 Sep 2004 16:17:10 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~542 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cfae4e5a5c04353810e3c439d0829a20b9502ef5;p=openldap cleanup --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index e0b7937013..e342544af1 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -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 ## . -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 diff --git a/tests/scripts/defines.sh b/tests/scripts/defines.sh index 913653d656..42961a0ede 100755 --- a/tests/scripts/defines.sh +++ b/tests/scripts/defines.sh @@ -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}