aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-03 14:27:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-03 14:27:31 +0000
commitd4a642defc6d18e3c4c5c5cb50bb79b60407881a (patch)
tree9b9e05fe1049436e7d67669061b8c8105dae6d52 /configure.in
parent16dbb79e88afc21bf1621acff54cabf1757430b1 (diff)
downloadruby-d4a642defc6d18e3c4c5c5cb50bb79b60407881a.tar.gz
configure.in: use BASERUBY
* configure.in (BOOTSTRAPRUBY): use BASERUBY if available. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3d812f4c99..be0db6abae 100644
--- a/configure.in
+++ b/configure.in
@@ -3435,6 +3435,7 @@ else
RUNRUBY='$(RUNRUBY_COMMAND) --'
XRUBY='$(RUNRUBY)'
BOOTSTRAPRUBY='$(MINIRUBY)'
+ test x"${HAVE_BASERUBY}" = xyes && BOOTSTRAPRUBY='$(BASERUBY)'
TEST_RUNNABLE=yes
CROSS_COMPILING=no
fi