summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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