From 92324d3461135b63ebe22f19cf749275d29d39ea Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 13 Jun 2021 19:46:13 +0200 Subject: Minor whitespace issue in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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.]) ;; -- cgit v1.2.3