* 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:
parent
99bb6a3f76
commit
d9d4df418b
@ -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.
|
* configure.in (RUBY_CHECK_SIZEOF): fix for fallback.
|
||||||
|
|
||||||
|
@ -1848,7 +1848,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` -r$(arch)-fake"
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user