mirror of https://github.com/xzeldon/htop.git
Fix cut+paste typo in --enable-pcp error message
This commit is contained in:
parent
5ef8706d72
commit
6bb59f8881
|
@ -114,7 +114,7 @@ case "$enable_pcp" in
|
||||||
AC_DEFINE([HTOP_PCP], [1], [Define if building pcp htop binary.])
|
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
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue