mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert r52907 "* configure.in: add missing x."
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
958e153cdb
commit
5f7d6c0ce9
2 changed files with 1 additions and 5 deletions
|
@ -143,10 +143,6 @@ Sun Dec 6 19:52:31 2015 Eric Wong <e@80x24.org>
|
|||
(rb_autoload_str): hoisted out from old rb_autoload
|
||||
[ruby-core:71369] [Feature #11664]
|
||||
|
||||
Sun Dec 6 19:02:55 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* configure.in: add missing x.
|
||||
|
||||
Sun Dec 6 18:25:22 2015 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/webrick/test_cgi.rb (TestWEBrickCGI#test_cgi): gave up the test
|
||||
|
|
|
@ -1753,7 +1753,7 @@ RUBY_FUNC_ATTRIBUTE(deprecated("by "@%:@n), DEPRECATED_BY(n,x), rb_cv_func_depre
|
|||
RUBY_TYPE_ATTRIBUTE(deprecated mesg, DEPRECATED_TYPE(mesg,x), rb_cv_type_deprecated)
|
||||
RUBY_FUNC_ATTRIBUTE(noinline, NOINLINE)
|
||||
RUBY_FUNC_ATTRIBUTE(weak, WEAK, rb_cv_func_weak)
|
||||
if test x"$rb_cv_func_weak" != x; then
|
||||
if test "$rb_cv_func_weak" != x; then
|
||||
AC_DEFINE(HAVE_FUNC_WEAK)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue