From 6bb59f88811763c8b7ab63a17ebccf2ca56a5410 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 19 Feb 2021 14:13:27 +1100 Subject: Fix cut+paste typo in --enable-pcp error message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f9cfa914..39567fad 100644 --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,7 @@ case "$enable_pcp" in AC_DEFINE([HTOP_PCP], [1], [Define if building pcp htop binary.]) ;; *) - AC_MSG_ERROR([bad value '$enable_static' for --enable-static option]) + AC_MSG_ERROR([bad value '$enable_pcp' for --enable-pcp option]) ;; esac -- cgit v1.2.3