From 4d33dbcf8cb0dc8ed9d4aa464738b1b792997c02 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 18 Apr 2014 14:42:22 +0200 Subject: [Configure.pl] support --backends=all --- Configure.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Configure.pl') 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}) { -- cgit v1.1