- pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al

This commit is contained in:
Bernhard Reutner-Fischer
2007-09-23 14:06:59 +00:00
parent e640e6a8ef
commit 0d888e3677
18 changed files with 774 additions and 179 deletions

View File

@@ -203,7 +203,7 @@ void sym_check_prop(struct symbol *sym)
else if (sym2->type == S_UNKNOWN)
prop_warn(prop,
"'select' used by config symbol '%s' "
"refer to undefined symbol '%s'",
"refers to undefined symbol '%s'",
sym->name, sym2->name);
else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE)
prop_warn(prop,