summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-06-13 19:46:13 +0200
committerBenBE <BenBE@geshi.org>2021-06-13 19:51:00 +0200
commit92324d3461135b63ebe22f19cf749275d29d39ea (patch)
tree47270533a71b42a79dc5b3e30393aa59a9102c2c /configure.ac
parente3d0fc1a5a705665c26a4a703c5b082d337da533 (diff)
Minor whitespace issue in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ab0c8fb..451b83f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,7 @@ 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_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.])
;;

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