summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-03-16 00:31:31 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-03-16 00:31:31 +0000
commitb09339d643d23815c94473f9ec18d66782f2eac0 (patch)
tree825939ae83a504e342b7012f34fb5364b7ff0e49
parent2338ad5820c6d265db61794f005875f9845b3e40 (diff)
Enabling taskstats by default since they don't break
on systems that don't have them.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy