aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-03 16:30:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-03 16:30:20 +0000
commitd97befec13276dda064fd9b3bb44085f07da6b0b (patch)
tree589f0d909e085d4897c20bbaebc8ba0f9a9497bf /configure.in
parente0912d6e809678762f3c7b6a9089eb76bb442881 (diff)
downloadruby-d97befec13276dda064fd9b3bb44085f07da6b0b.tar.gz
revert r51752
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index e70f3fc647..be0db6abae 100644
--- a/configure.in
+++ b/configure.in
@@ -3435,10 +3435,7 @@ else
RUNRUBY='$(RUNRUBY_COMMAND) --'
XRUBY='$(RUNRUBY)'
BOOTSTRAPRUBY='$(MINIRUBY)'
- if test x"${HAVE_BASERUBY}" = xyes; then
- PREP='$(arch)-fake.rb '"$PREP"
- BOOTSTRAPRUBY='$(BASERUBY) -r./$(arch)-fake'
- fi
+ test x"${HAVE_BASERUBY}" = xyes && BOOTSTRAPRUBY='$(BASERUBY)'
TEST_RUNNABLE=yes
CROSS_COMPILING=no
fi