mirror of https://github.com/xzeldon/htop.git
Print configured state
This commit is contained in:
parent
979d004214
commit
3b084db1c4
17
configure.ac
17
configure.ac
|
@ -332,3 +332,20 @@ then
|
||||||
echo "****************************************************************"
|
echo "****************************************************************"
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_MSG_RESULT([
|
||||||
|
${PACKAGE_NAME} ${VERSION}
|
||||||
|
|
||||||
|
platform: $my_htop_platform
|
||||||
|
proc directory: $PROCDIR
|
||||||
|
openvz: $enable_openvz
|
||||||
|
cgroup: $enable_cgroup
|
||||||
|
vserver: $enable_vserver
|
||||||
|
ancient vserver: $enable_ancient_vserver
|
||||||
|
taskstats: $enable_taskstats
|
||||||
|
unicode: $enable_unicode
|
||||||
|
linux affinity: $enable_linux_affinity
|
||||||
|
hwlock: $enable_hwloc
|
||||||
|
setuid: $enable_setuid
|
||||||
|
linux delay accounting: $enable_delayacct
|
||||||
|
])
|
||||||
|
|
Loading…
Reference in New Issue