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

* configure.in: save warnflags. the patch is created by Eric Wong.

[Bug #4465]



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2011-03-04 12:16:45 +00:00
parent 27bb573c06
commit 62374161f1
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Fri Mar 4 21:10:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* configure.in: save warnflags. the patch is created by Eric Wong.
[Bug #4465]
Wed Mar 2 21:15:00 2011 Tanaka Akira <akr@fsij.org>
* ext/openssl/ossl_pkey_dsa.c: parenthesize macro arguments.

View file

@ -471,6 +471,7 @@ if test "$GCC:${warnflags+set}:no" = yes::no; then
[wflag=-Wall])
RUBY_TRY_CFLAGS($wflag, [warnflags="$wflag${warnflags+ $warnflags}"])
# Disable warnflags while conftest. -Werror=* flags might make bad OS capability guess.
rb_cv_warnflags="$warnflags"
warnflags=
fi
if test "$GCC" = yes; then