summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-05 12:29:31 +0200
committercgzones <cgzones@googlemail.com>2020-10-05 12:48:23 +0200
commitffd90c28ab55a2cdbbd5c3b8130e0462a24af8a8 (patch)
tree7bc490d07fadc6bef16ab2a48ba1c8b4be1876f4 /configure.ac
parent577984d875982ae5cd1d667e2c0131776e559c85 (diff)
Mention platform for platform specific configure options
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac24
1 files changed, 12 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index fb6400fd..371e03d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
])

© 2014-2024 Faster IT GmbH | imprint | privacy policy