mirror of
https://github.com/curl/curl.git
synced 2026-07-23 15:47:15 +03:00
scripts/ciconfig.pl: show used options not available
This commit is contained in:
parent
d8ddd0e753
commit
bdf49e3366
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue