mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (BASERUBY): delayed error until BASERUBY is used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3a067a5278
commit
d7f9d3bfa6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Dec 25 12:07:52 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (BASERUBY): delayed error until BASERUBY is used.
|
||||
|
||||
Tue Dec 25 11:48:35 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* sample/README: removed obsoleted files: dbmtest.rb,
|
||||
|
|
|
@ -19,7 +19,7 @@ AC_ARG_WITH(baseruby,
|
|||
BASERUBY="ruby"
|
||||
])
|
||||
test "`$BASERUBY -e 'p 42' 2>/dev/null`" = 42 ||
|
||||
AC_MSG_ERROR([executable host ruby is required. use --with-baseruby option.])
|
||||
BASERUBY="echo executable host ruby is required. use --with-baseruby option.; false"
|
||||
AC_SUBST(BASERUBY)
|
||||
|
||||
AC_DEFUN([RUBY_MINGW32],
|
||||
|
|
Loading…
Reference in a new issue