aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-06 10:04:19 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-06 10:04:19 +0000
commitdfe923cd6983e25f1d55742d1430f8553c904012 (patch)
treef6685d23fc843bd8e908b2995ff9025f308df0bd /configure.in
parent80b3529f8d765886af6dc84aa32aaaef0eafecd3 (diff)
downloadruby-dfe923cd6983e25f1d55742d1430f8553c904012.tar.gz
* configure.in: add missing x.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52907 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 134e024d0c..cf09ae5a38 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 "$rb_cv_func_weak" != x; then
+if test x"$rb_cv_func_weak" != x; then
AC_DEFINE(HAVE_FUNC_WEAK)
fi