From 489b178eaacf16bf885363882e7c10c5a8d27891 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 6 Oct 2003 00:09:59 +0000 Subject: [PATCH] enable back-monitor build by default --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5