Minor whitespace issue in configure.ac

This commit is contained in:
Benny Baumann 2021-06-13 19:46:13 +02:00 committed by BenBE
parent e3d0fc1a5a
commit 92324d3461
1 changed files with 1 additions and 1 deletions

View File

@ -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.])
;;