aboutsummaryrefslogtreecommitdiff
path: root/Configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Configure.pl')
-rw-r--r--Configure.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Configure.pl b/Configure.pl
index e0c682c..ce4fba3 100644
--- a/Configure.pl
+++ b/Configure.pl
@@ -101,6 +101,10 @@ MAIN: {
}
}
+ unless ($backends{parrot}) {
+ warn "JVM-only builds are currently not supported, and might go wrong.\n";
+ }
+
# Save options in config.status
unlink('config.status');
if (open(my $CONFIG_STATUS, '>', 'config.status')) {
@@ -160,6 +164,7 @@ MAIN: {
sorry(@errors) if @errors;
+ %config = %nqp_config, %config;
print "Using $impls{parrot}{bin} (version $nqp_config{'nqp::version'}).\n";
}
if ($backends{jvm}) {