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

fix typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-06-02 13:46:22 +00:00
parent 59ae4924b0
commit 06ba00507b

View file

@ -66,7 +66,7 @@ Sat May 31 21:15:43 2014 URABE Shyouhei <shyouhei@ruby-lang.org>
* 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 <shibata.hiroshi@gmail.com>