mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-07 17:54:35 +03:00
Fix cut+paste typo in --enable-pcp error message
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user