mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo
This commit is contained in:
parent
2ae5f6f97c
commit
87cf45a512
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ AS_IF([test "$GCC" = yes], [
|
|||
# ANSI (no XCFLAGS because this is C only)
|
||||
AS_CASE(["$target_os"],
|
||||
[solaris*], [
|
||||
# Because "-std=gnu99" affects existance of functions on Solaris,
|
||||
# Because "-std=gnu99" affects existence of functions on Solaris,
|
||||
# "-std=gnu99" will be appended to CPPFLAGS.
|
||||
for ansi_options in -std=gnu99; do
|
||||
RUBY_TRY_CFLAGS(${ansi_options}, [
|
||||
|
|
Loading…
Add table
Reference in a new issue