Fix cut+paste typo in --enable-pcp error message

This commit is contained in:
Nathan Scott 2021-02-19 14:13:27 +11:00
parent 5ef8706d72
commit 6bb59f8881
1 changed files with 1 additions and 1 deletions

View File

@ -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