aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-10 21:29:48 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-10 21:29:48 +0000
commit2e90c0bdbe8a10b4bb3428899357d50a82e7c6d2 (patch)
tree752c263b25244292fa5974d805937a8d62267345 /configure.in
parent693cc67338df19320421ecea7af8ecab8591bdd4 (diff)
downloadruby-2e90c0bdbe8a10b4bb3428899357d50a82e7c6d2.tar.gz
fix r53801: the argument should remove UNSIGNED
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53804 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 4f371e51f3..684234f469 100644
--- a/configure.in
+++ b/configure.in
@@ -2044,7 +2044,7 @@ if test "${rb_cv_type_$1}" != no; then
[RUBY_CHECK_SIZEOF([$1], [$2], [], [AC_INCLUDES_DEFAULT([$4])])])
else
AC_DEFINE_UNQUOTED($1, [$rb_cv_type_$1])
- AC_DEFINE_UNQUOTED([SIZEOF_]AS_TR_CPP($1), [SIZEOF_]AS_TR_CPP([$rb_cv_type_$1]))
+ AC_DEFINE_UNQUOTED([SIZEOF_]AS_TR_CPP($1), [SIZEOF_]AS_TR_CPP([$t]))
fi
fi
AS_VAR_POPDEF([cond])dnl