From 45328723409d547e61d9746230f8f7ba15a346f2 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 31 May 2014 14:48:11 +0000 Subject: 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 --- configure.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3