diff --git a/Configure.pl b/Configure.pl index dd93730b..29ee0b87 100644 --- a/Configure.pl +++ b/Configure.pl @@ -214,7 +214,7 @@ 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' : '';