kernel/scripts/kconfig/mconf-cfg.sh
.. .. @@ -44,4 +44,7 @@ 44 44 echo >&2 "* Install ncurses (ncurses-devel or libncurses-dev" 45 45 echo >&2 "* depending on your distribution)." 46 46 echo >&2 "*" 47 +echo >&2 "* You may also need to install pkg-config to find the"48 +echo >&2 "* ncurses installed in a non-default location."49 +echo >&2 "*"47 50 exit 1