* configure.in (MINIRUBY): keep macro into Makefile.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-03-09 19:53:18 +00:00
Родитель 99bb6a3f76
Коммит d9d4df418b
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1,4 +1,6 @@
Tue Mar 10 04:43:19 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
Tue Mar 10 04:53:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (MINIRUBY): keep macro into Makefile.
* configure.in (RUBY_CHECK_SIZEOF): fix for fallback.

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

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