summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-02-19 14:13:27 +1100
committerNathan Scott <nathans@redhat.com>2021-06-09 17:09:29 +1000
commit6bb59f88811763c8b7ab63a17ebccf2ca56a5410 (patch)
treedae072acf608fafa3780fe9ab4142f148ef5a8c4 /configure.ac
parent5ef8706d72fcab68d4396a2403be0dccaf8671f3 (diff)
Fix cut+paste typo in --enable-pcp error message
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 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

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