summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-06-08 09:46:02 +1000
committerNathan Scott <nathans@redhat.com>2021-06-09 17:09:29 +1000
commit94d37989b409abc6f1cae8028a9435eb5b04f66a (patch)
tree0b757eb9cfe0cdbecbb4a48cb69169b5814aad5e /configure.ac
parent144fd0a8d7c65a5b5bb2a0bd0a86750615bff4df (diff)
Use macros to PCPProcessList value extraction, tweak configure.ac
Resolves a couple of remaining review notes from @BenBE.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 739b7b2d..1ab0c8fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,8 +110,8 @@ case "$enable_pcp" in
yes)
AC_CHECK_HEADERS([pcp/pmapi.h], [my_htop_platform=pcp],
[AC_MSG_ERROR([can not find PCP header file])])
- AC_SEARCH_LIBS([pmNewContext], [pcp], [], [AC_MSG_ERROR([can not find pcp library])])
- AC_DEFINE([HTOP_PCP], [1], [Define if building pcp htop binary.])
+ AC_SEARCH_LIBS([pmNewContext], [pcp], [], [AC_MSG_ERROR([can not find PCP library])])
+ AC_DEFINE([HTOP_PCP], [1], [Define if building pcp-htop binary.])
;;
*)
AC_MSG_ERROR([bad value '$enable_pcp' for --enable-pcp option])

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