From b09339d643d23815c94473f9ec18d66782f2eac0 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 16 Mar 2008 00:31:31 +0000 Subject: [PATCH] Enabling taskstats by default since they don't break on systems that don't have them. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a6c1bdc7..e1d4ca92 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ if test "x$enable_openvz" = xyes; then AC_DEFINE(HAVE_OPENVZ, 1, [Define if openvz support enabled.]) fi -AC_ARG_ENABLE(taskstats, [AC_HELP_STRING([--enable-taskstats], [enable per-task IO Stats (taskstats kernel sup required)])], ,enable_taskstats="no") +AC_ARG_ENABLE(taskstats, [AC_HELP_STRING([--enable-taskstats], [enable per-task IO Stats (taskstats kernel sup required)])], ,enable_taskstats="yes") if test "x$enable_taskstats" = xyes; then AC_DEFINE(HAVE_TASKSTATS, 1, [Define if taskstats support enabled.]) fi