From 06ba00507b82bca919a4b510f35f9a3a29fec319 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 2 Jun 2014 13:46:22 +0000 Subject: [PATCH] fix typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5d66b4c343..32d4d37701 100644 --- a/ChangeLog +++ b/ChangeLog @@ -66,7 +66,7 @@ Sat May 31 21:15:43 2014 URABE Shyouhei * configure.in: Also, I found that the problematic macro expansion only happens when we lack __typeof__ C extension, which shall - not be the case of my compiler. I added AC_CTYPEOF to kick ass. + not be the case of my compiler. I added AC_C_TYPEOF to kick ass. Sat May 31 16:32:50 2014 SHIBATA Hiroshi