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

* configure.in (XCFLAGS): missing.h needs config.h.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-07-26 05:38:23 +00:00
parent 705586b1a1
commit 8e9a9cf0ec
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Jul 26 14:38:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (XCFLAGS): missing.h needs config.h.
Mon Jul 26 14:08:47 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* include/ruby/missing.h: revert a part of r28727. config.h is expected

View file

@ -272,7 +272,7 @@ if test "$GCC" = yes; then
linker_flag=-Wl,
: ${optflags=-O3}
AS_CASE(["$target_os"], [linux*|darwin*], [: ${debugflags=-ggdb}])
RUBY_APPEND_OPTIONS(XCFLAGS, ["-include ruby/missing.h"])
RUBY_APPEND_OPTIONS(XCFLAGS, ["-include ruby/config.h" "-include ruby/missing.h"])
else
linker_flag=
fi