mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
initialize should be outside
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9fa7722bbc
commit
4b798a3989
1 changed files with 1 additions and 1 deletions
|
@ -408,8 +408,8 @@ AS_IF([test "$GCC" = yes], [
|
|||
test -n "$gcc_minor" || gcc_minor=0
|
||||
AS_CASE(["x$CC"], [xicc], [
|
||||
icc_version=`echo =__ICC | $CC -E -xc - | sed '/^=/!d;s///'`
|
||||
test -n "$icc_version" || icc_version=0
|
||||
])
|
||||
test -n "$icc_version" || icc_version=0
|
||||
# RUBY_APPEND_OPTIONS(XCFLAGS, ["-include ruby/config.h" "-include ruby/missing.h"])
|
||||
], [
|
||||
linker_flag=
|
||||
|
|
Loading…
Add table
Reference in a new issue