diff options
author | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2008-03-16 00:31:31 +0000 |
---|---|---|
committer | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2008-03-16 00:31:31 +0000 |
commit | 7b538af79b72d865d294a8000bd44c11ce2ef26c (patch) | |
tree | 825939ae83a504e342b7012f34fb5364b7ff0e49 /configure.ac | |
parent | 1a2c0889a534542f611b90c0915b196ad10eedf8 (diff) | |
download | htop-7b538af79b72d865d294a8000bd44c11ce2ef26c.tar.gz |
Enabling taskstats by default since they don't break
on systems that don't have them.
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@129 63cc0a6c-1f0e-0410-841e-f6a342073da8
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a6c1bdc..e1d4ca9 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 |