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

fix indent

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-07-02 03:00:05 +00:00
parent ee8fdc473a
commit 22d508fc27

View file

@ -1,7 +1,9 @@
Tue Jul 2 11:14:36 2013 Shota Fukumori <sorah@cookpad.com>
Tue Jul 2 11:14:36 2013 Shota Fukumori <sorah@cookpad.com>
* lib/mkmf.rb (try_config): Fix to not replace $LDFLAGS with $libs
(1.9.3 behavior) [ruby-core:55752] [Bug #8595]
(1.9.3 behavior) [ruby-core:55752] [Bug #8595]
Tue Jul 2 00:39:59 2013 Tanaka Akira <akr@fsij.org>