* configure.in: add missing x.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-12-06 10:04:19 +00:00
parent 80b3529f8d
commit dfe923cd69
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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 "$rb_cv_func_weak" != x; then
if test x"$rb_cv_func_weak" != x; then
AC_DEFINE(HAVE_FUNC_WEAK)
fi