From 621b05ed61b238f2ec66b36f204e247d1ff775b9 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 13 Dec 2015 07:29:21 +0000 Subject: configure.in: make BOOTSTRAPRUBY MINIRUBY * configure.in (BOOTSTRAPRUBY): use MINIRUBY but not BASERUBY unless cross compiling. [ruby-core:72065] [Bug #11807] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 134e024d0c..5207fad759 100644 --- a/configure.in +++ b/configure.in @@ -3552,9 +3552,6 @@ else RUNRUBY='$(RUNRUBY_COMMAND) --' XRUBY='$(RUNRUBY)' BOOTSTRAPRUBY='$(MINIRUBY)' - test x"${HAVE_BASERUBY}" = xyes && - ${BASERUBY} -e 'exit module A;def foo;end;instance_methods;end.include?(:foo)' && - BOOTSTRAPRUBY='$(BASERUBY)' TEST_RUNNABLE=yes CROSS_COMPILING=no fi -- cgit v1.2.3