scripts/ciconfig.pl: show used options not available
This commit is contained in:
parent
d8ddd0e753
commit
bdf49e3366
@ -174,3 +174,11 @@ for my $w (sort keys %avail) {
|
||||
printf " %s\n", $w;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
print "ENABLED configure options that aren't available\n";
|
||||
for my $w (sort keys %with) {
|
||||
if(!$avail{$w}) {
|
||||
printf " %s\n", $w;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user