mirror of https://github.com/xzeldon/htop.git
Mention platform for platform specific configure options
This commit is contained in:
parent
577984d875
commit
ffd90c28ab
24
configure.ac
24
configure.ac
|
@ -361,16 +361,16 @@ fi
|
||||||
AC_MSG_RESULT([
|
AC_MSG_RESULT([
|
||||||
${PACKAGE_NAME} ${VERSION}
|
${PACKAGE_NAME} ${VERSION}
|
||||||
|
|
||||||
platform: $my_htop_platform
|
platform: $my_htop_platform
|
||||||
proc directory: $PROCDIR
|
(Linux) proc directory: $PROCDIR
|
||||||
openvz: $enable_openvz
|
(Linux) openvz: $enable_openvz
|
||||||
cgroup: $enable_cgroup
|
(Linux) cgroup: $enable_cgroup
|
||||||
vserver: $enable_vserver
|
(Linux) vserver: $enable_vserver
|
||||||
ancient vserver: $enable_ancient_vserver
|
(Linux) ancient vserver: $enable_ancient_vserver
|
||||||
taskstats: $enable_taskstats
|
(Linux) taskstats: $enable_taskstats
|
||||||
unicode: $enable_unicode
|
(Linux) affinity: $enable_linux_affinity
|
||||||
linux affinity: $enable_linux_affinity
|
(Linux) delay accounting: $enable_delayacct
|
||||||
hwlock: $enable_hwloc
|
unicode: $enable_unicode
|
||||||
setuid: $enable_setuid
|
hwlock: $enable_hwloc
|
||||||
linux delay accounting: $enable_delayacct
|
setuid: $enable_setuid
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue