From 01a7a62d2b97be0dd8c7f1003207a5ae7c6613a8 Mon Sep 17 00:00:00 2001 From: odaira Date: Mon, 6 Oct 2014 09:45:25 +0000 Subject: [PATCH] configure.in: Fix typo. [Bug #9914] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d051d7eac8..840416fa94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 6 18:43:03 2014 Rei Odaira + + * configure.in: Fix typo. [Bug #9914] + Mon Oct 6 16:23:30 2014 Nobuyoshi Nakada * signal.c (rb_f_kill): should not ignore signal unless the diff --git a/configure.in b/configure.in index c6142a4505..0357a14b68 100644 --- a/configure.in +++ b/configure.in @@ -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 ]) ])