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

* configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-01-09 14:46:09 +00:00
parent c9ca262a56
commit 7c7da55b1b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Jan 9 23:28:01 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.
Thu Jan 9 18:31:45 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* io.c (io_write, rb_io_putc): set FMODE_WBUF flag unless flushed.

View file

@ -514,7 +514,7 @@ fi
if test "$cross_compiling" = no -a "$check_to_do_something_else" = yes; then
RUBY_CHECK_IO_NEED(do something else, unexpected_stdio_behavior)
if test "$unexpected_stdio_behavior" = yes; then
AC_MSG_FAILURE([unexpected stdio behavior])
AC_MSG_ERROR([unexpected stdio behavior])
fi
fi