From 3859b77be1141fef50688da3aa70502d1864504c Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 18 Jan 2019 05:14:59 +0000 Subject: configure.ac: use MINIRUBY as BOOTSTRAPRUBY on msys Msys shell may not be able to run a command with a drive letter? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ba8ba330db..b5ac9cf908 100644 --- a/configure.ac +++ b/configure.ac @@ -3038,7 +3038,7 @@ AS_IF([test x"$cross_compiling" = xyes], [ RUNRUBY_COMMAND='$(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=$(EXTOUT) $(RUNRUBYOPT)' RUNRUBY='$(RUNRUBY_COMMAND) --' XRUBY='$(RUNRUBY)' - test "$HAVE_BASERUBY" = yes || BOOTSTRAPRUBY='$(MINIRUBY)' + AS_CASE(["$HAVE_BASERUBY:$build_os"], [no:*|*:msys*], [BOOTSTRAPRUBY='$(MINIRUBY)']) TEST_RUNNABLE=yes CROSS_COMPILING=no ]) -- cgit v1.2.3