mirror of https://github.com/xzeldon/htop.git
Enabling taskstats by default since they don't break
on systems that don't have them.
This commit is contained in:
parent
2338ad5820
commit
b09339d643
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue