summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-31 14:48:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-31 14:48:11 +0000
commit45328723409d547e61d9746230f8f7ba15a346f2 (patch)
tree46054e5ad8b0650dbb76213f431111aada24a813 /configure.in
parentffc1ea22cc00c3bd88c826f7122fd1b3a50a0388 (diff)
configure.in: remove rb_cv_typeof
* configure.in (rb_cv_typeof): no longer needed because of AC_C_TYPEOF. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 11b0f1f58c..790b3dfe0f 100644
--- a/configure.in
+++ b/configure.in
@@ -1509,12 +1509,6 @@ EOH
])dnl
])dnl
-AC_CACHE_CHECK(for typeof, rb_cv_typeof,
- [AC_TRY_COMPILE([int i; typeof(i) j;], [], [rb_cv_typeof=yes], [rb_cv_typeof=no])])
-if test "$rb_cv_typeof" = yes; then
- AC_DEFINE(HAVE_TYPEOF)
-fi
-
dnl RUBY_FUNC_ATTRIBUTE(attrib, macroname, cachevar, condition)
AC_DEFUN([RUBY_FUNC_ATTRIBUTE], [dnl
m4_ifval([$2], dnl