* configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
00eedd2da9
commit
bd86e81602
@ -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 09 17:05:24 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
Thu Jan 09 17:05:24 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||||
|
|
||||||
* configure.in (RUBY_CHECK_IO_NEED): check whether fseek() and
|
* configure.in (RUBY_CHECK_IO_NEED): check whether fseek() and
|
||||||
|
@ -613,7 +613,7 @@ fi
|
|||||||
if test "$cross_compiling" = no -a "$check_to_do_something_else" = yes; then
|
if test "$cross_compiling" = no -a "$check_to_do_something_else" = yes; then
|
||||||
RUBY_CHECK_IO_NEED(do something else, unexpected_stdio_behavior)
|
RUBY_CHECK_IO_NEED(do something else, unexpected_stdio_behavior)
|
||||||
if test "$unexpected_stdio_behavior" = yes; then
|
if test "$unexpected_stdio_behavior" = yes; then
|
||||||
AC_MSG_FAILURE([unexpected stdio behavior])
|
AC_MSG_ERROR([unexpected stdio behavior])
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user