Skip to content

Commit

Permalink
Mention platform for platform specific configure options
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones committed Oct 5, 2020
1 parent 577984d commit ffd90c2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
])

0 comments on commit ffd90c2

Please sign in to comment.