From: Pierangelo Masarati Date: Mon, 6 Oct 2003 00:09:59 +0000 (+0000) Subject: enable back-monitor build by default X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~615 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=489b178eaacf16bf885363882e7c10c5a8d27891;p=openldap enable back-monitor build by default --- diff --git a/configure.in b/configure.in index cb6b43d07c..ed4209fcfa 100644 --- a/configure.in +++ b/configure.in @@ -208,7 +208,7 @@ OL_ARG_WITH(ldbm_type,[ --with-ldbm-type use LDBM type auto|btree|hash], au OL_ARG_ENABLE(meta,[ --enable-meta enable metadirectory backend], no)dnl OL_ARG_WITH(meta_module,[ --with-meta-module module type static|dynamic], static, [static dynamic]) -OL_ARG_ENABLE(monitor,[ --enable-monitor enable monitor backend], no)dnl +OL_ARG_ENABLE(monitor,[ --enable-monitor enable monitor backend], yes)dnl OL_ARG_WITH(monitor_module,[ --with-monitor-module module type static|dynamic], static, [static dynamic]) OL_ARG_ENABLE(null,[ --enable-null enable null backend], no)dnl