Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Configure] --backends=all, itz_++
  • Loading branch information
moritz committed Jan 23, 2014
1 parent 75f0284 commit fa1e956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configure.pl
Expand Up @@ -60,6 +60,8 @@
}
my %backends;
if (defined $options{backends}) {
$options{backends} = join ",", keys %known_backends
if uc($options{backends}) eq 'ALL';
for my $b (split /,\s*/, $options{backends}) {
$b = lc $b;
unless ($known_backends{$b}) {
Expand Down

0 comments on commit fa1e956

Please sign in to comment.