From d9d4df418ba0cc30e7a098f436675331520c0487 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Mar 2009 19:53:18 +0000 Subject: * configure.in (MINIRUBY): keep macro into Makefile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index c183b08212..a21490e2ea 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v1.2.3