* Get fbcondecor to work.

* Barf on ignored options.

svn path=/nixpkgs/branches/kernel-config/; revision=18914
This commit is contained in:
Eelco Dolstra
2009-12-12 18:55:17 +00:00
parent 03e45e0cb4
commit 71ed6194e1
5 changed files with 28 additions and 29 deletions
@@ -123,7 +123,7 @@ while (<CONFIG>) {
close CONFIG;
foreach my $name (sort (keys %answers)) {
print STDERR "unused option: $name\n"
die "unused option: $name\n"
unless defined $config{$name};
die "option not set correctly: $name\n"
if $config{$name} && $config{$name} ne $answers{$name};