From 2ca0f6ee031452fa0a1736179a802daaba5ddee9 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 20 Mar 2015 11:13:26 +0100 Subject: Fix syntax error in Configure.pl --- Configure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configure.pl') diff --git a/Configure.pl b/Configure.pl index dd93730..29ee0b8 100644 --- a/Configure.pl +++ b/Configure.pl @@ -214,7 +214,7 @@ MAIN: { push @options_to_pass, "--gen-nqp" unless @options_to_pass; my $options_to_pass = join ' ', @options_to_pass; my $want_executables = - : $backends{moar} + $backends{moar} ? ' and MoarVM' : ''; my $s1 = @options_to_pass > 1 ? 's' : ''; -- cgit v1.1