From 9977651d1ee96a4772258a1c7d7faf50a286bf2b Mon Sep 17 00:00:00 2001 From: jnthn Date: Fri, 2 May 2014 22:05:07 +0200 Subject: Align warning with current status. --- Configure.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configure.pl b/Configure.pl index d562365..443456f 100644 --- a/Configure.pl +++ b/Configure.pl @@ -125,8 +125,8 @@ MAIN: { uc(substr $default_backend, 0, 1) . '_INSTALL)'; - unless ($backends{parrot}) { - warn "JVM/Moar-only builds are currently not supported, and might go wrong.\n"; + if ($backends{jvm}) { + warn "Warning: JVM backend does not yet support all modules\n"; } # Save options in config.status -- cgit v1.1