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

cleanup

parent c04bebe7
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment