mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: Fix typo. [Bug #9914]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
998befe8e6
commit
01a7a62d2b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Oct 6 18:43:03 2014 Rei Odaira <Rei.Odaira@gmail.com>
|
||||
|
||||
* configure.in: Fix typo. [Bug #9914]
|
||||
|
||||
Mon Oct 6 16:23:30 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* signal.c (rb_f_kill): should not ignore signal unless the
|
||||
|
|
|
@ -1207,7 +1207,7 @@ AS_CASE(["$target_os"],
|
|||
[
|
||||
# AIX currently does not support a 32-bit call to posix_fadvise()
|
||||
# if _LARGE_FILES is defined.
|
||||
ac_cv_posix_fadvise=no
|
||||
ac_cv_func_posix_fadvise=no
|
||||
])
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue