From c88764f369ddaa9661a0b0c4ca121232f7f1513e Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 17 Nov 2015 10:05:04 +0000 Subject: * configure.in (BASERUBY): use Kernel#print instead of Kernel#p because the baseruby may output CRLF as end of line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e97871d110..eae8b06a34 100644 --- a/configure.in +++ b/configure.in @@ -41,8 +41,8 @@ AC_ARG_WITH(baseruby, [ BASERUBY="ruby" ]) -if test "`RUBYOPT=- $BASERUBY -e 'p 42' 2>/dev/null`" = 42; then - if test "`RUBYOPT=- $BASERUBY --disable=gems -e 'p 42' 2>/dev/null`" = 42; then +if test "`RUBYOPT=- $BASERUBY -e 'print 42' 2>/dev/null`" = 42; then + if test "`RUBYOPT=- $BASERUBY --disable=gems -e 'print 42' 2>/dev/null`" = 42; then BASERUBY="$BASERUBY --disable=gems" fi $BASERUBY -C "$srcdir/tool" downloader.rb -e gnu config.guess config.sub -- cgit v1.2.3