From 0a16efddb2aabe024f66f3efe489d90b9e479ea0 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sun, 10 Nov 2013 22:42:59 +0100 Subject: fix installation --- Configure.pl | 5 +++++ 1 file changed, 5 insertions(+) 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}) { -- cgit v1.1