| commit | 92324d3461135b63ebe22f19cf749275d29d39ea | [log] [tgz] |
|---|---|---|
| author | Benny Baumann <BenBE@geshi.org> | Sun Jun 13 19:46:13 2021 +0200 |
| committer | BenBE <BenBE@geshi.org> | Sun Jun 13 19:51:00 2021 +0200 |
| tree | 47270533a71b42a79dc5b3e30393aa59a9102c2c | |
| parent | e3d0fc1a5a705665c26a4a703c5b082d337da533 [diff] [blame] |
Minor whitespace issue in configure.ac
diff --git a/configure.ac b/configure.ac index 1ab0c8f..451b83f 100644 --- a/configure.ac +++ b/configure.ac
@@ -109,7 +109,7 @@ ;; 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.]) ;;