aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 12:20:25 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 12:20:25 +0000
commit5f7d6c0ce95662e865857ca3e252789aeaf43a94 (patch)
tree2299bb2afb1d7830d8276324214e6cfa37263335 /configure.in
parent958e153cdbfffc09a485ce5fed6677b33170ea0f (diff)
downloadruby-5f7d6c0ce95662e865857ca3e252789aeaf43a94.tar.gz
Revert r52907 "* configure.in: add missing x."
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cf09ae5a38..134e024d0c 100644
--- a/configure.in
+++ b/configure.in
@@ -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