blob: bb4d082979311be198de1baecb877951d46078d9 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# set +o errexit -o noglob is assumed.
#
: ${PKG_HTOP_CONFIG_CACHE_EXTRA:="
ac_cv_lib_ncursesw_addnwstr=yes
ac_cv_lib_ncursesw6_addnwstr=yes"};
# vim:filetype=sh textwidth=0
|