aboutsummaryrefslogtreecommitdiff
path: root/tools/lib/NQP/Configure.pm
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2014-05-03 17:48:30 +0200
committerjnthn <jnthn@jnthn.net>2014-05-03 17:48:30 +0200
commit43a3df0d8cb7bd9a46579eef7254c1197a708210 (patch)
treeb5aab3a69e7b2caf28fce88699749ebca41e74d8 /tools/lib/NQP/Configure.pm
parent8a79b982d5a29f0f787d0eae1eeca340d6ea8470 (diff)
parent5bbf9d6245aed2cae58b1f76b39d7c6dbf97fc81 (diff)
Merge branch 'master' of github.com:rakudo/star2014.04
Diffstat (limited to 'tools/lib/NQP/Configure.pm')
-rw-r--r--tools/lib/NQP/Configure.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/NQP/Configure.pm b/tools/lib/NQP/Configure.pm
index cb95cc9..ee3f67c 100644
--- a/tools/lib/NQP/Configure.pm
+++ b/tools/lib/NQP/Configure.pm
@@ -313,7 +313,7 @@ sub gen_nqp {
my $nqp_have = $c{'nqp::version'} || '';
my $nqp_ok = $nqp_have && cmp_rev($nqp_have, $nqp_want) >= 0;
if ($nqp_ok) {
- $impls{$b}{config} = \%c;
+ $impls{$b}{config} = \%c if %c;
}
else {
$need{$b} = 1;