зеркало из https://github.com/github/ruby.git
configure.in: check typeof
* configure.in (rb_cv_typeof): check typeof extension for ccan headers. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7c68a3121c
Коммит
c6e9e4110e
|
@ -1505,6 +1505,12 @@ 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче