* configure.in (MINIRUBY): use $(arch)-fake.rb.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-03-06 09:31:53 +00:00
Родитель 4965ea4f58
Коммит 9c14f3beee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1743,7 +1743,7 @@ if test "$prefix" = NONE; then
fi fi
if test x"$cross_compiling" = xyes; then if test x"$cross_compiling" = xyes; then
test x"$MINIRUBY" = x && MINIRUBY="${RUBY-ruby} -I`pwd` -rfake" test x"$MINIRUBY" = x && MINIRUBY="${RUBY-ruby} -I`pwd` -r$(arch)-fake"
PREP='$(arch)-fake.rb' PREP='$(arch)-fake.rb'
RUNRUBY='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`' RUNRUBY='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`'
else else