aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-13 07:29:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-13 07:29:21 +0000
commit621b05ed61b238f2ec66b36f204e247d1ff775b9 (patch)
tree292a7eb9a45259d1c4724f4e9db054c2bc42319c /configure.in
parentf7ca4f30c401df017fc80db94daebd49a0e90f39 (diff)
downloadruby-621b05ed61b238f2ec66b36f204e247d1ff775b9.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
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