aboutsummaryrefslogtreecommitdiff
path: root/Configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Configure.pl')
-rw-r--r--Configure.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure.pl b/Configure.pl
index 0611b5f..c6cef50 100644
--- a/Configure.pl
+++ b/Configure.pl
@@ -72,6 +72,8 @@ MAIN: {
}
my %backends;
if (defined $options{backends}) {
+ $options{backends} = 'moar,jvm,parrot'
+ if lc($options{backends}) eq 'all';
for my $b (split /,\s*/, $options{backends}) {
$b = lc $b;
unless ($known_backends{$b}) {