1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in (BASERUBY): erases RUBYOPT at the test.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-01-29 05:12:17 +00:00
parent 958874ba0a
commit 094a247a04
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
Thu Jan 29 14:08:59 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Jan 29 14:12:15 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (BASERUBY): erases RUBYOPT at the test.
* configure.in (OBJCOPY): not used on Windows.

View file

@ -18,7 +18,7 @@ AC_ARG_WITH(baseruby,
[
BASERUBY="ruby"
])
test "`$BASERUBY -e 'p 42' 2>/dev/null`" = 42 ||
test "`RUBYOPT=- $BASERUBY -e 'p 42' 2>/dev/null`" = 42 ||
BASERUBY="echo executable host ruby is required. use --with-baseruby option.; false"
AC_SUBST(BASERUBY)