Mention platform for platform specific configure options

This commit is contained in:
Christian Göttsche 2020-10-05 12:29:31 +02:00 committed by cgzones
parent 577984d875
commit ffd90c28ab
1 changed files with 12 additions and 12 deletions

View File

@ -361,16 +361,16 @@ 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
platform: $my_htop_platform
(Linux) proc directory: $PROCDIR
(Linux) openvz: $enable_openvz
(Linux) cgroup: $enable_cgroup
(Linux) vserver: $enable_vserver
(Linux) ancient vserver: $enable_ancient_vserver
(Linux) taskstats: $enable_taskstats
(Linux) affinity: $enable_linux_affinity
(Linux) delay accounting: $enable_delayacct
unicode: $enable_unicode
hwlock: $enable_hwloc
setuid: $enable_setuid
])