mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo.
configure.ac: delcares -> declares. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
90cb7d3048
commit
afcd060a92
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ AS_IF([test "$GCC" = yes], [
|
|||
# comments. We bypass ANSI C mode for them. Otherwise
|
||||
# extension libs cannot include those headers.
|
||||
|
||||
# Since math.h in some mingw64 wrongly delcares frexp and modf
|
||||
# Since math.h in some mingw64 wrongly declares frexp and modf
|
||||
# to be pure, the variables pointed by the second arguments are
|
||||
# considered uninitialized unexpectedly.
|
||||
AC_CACHE_CHECK([whether frexp and modf are broken],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue