зеркало из https://github.com/github/ruby.git
* configure.in (RUBY_DEFINT): use AC_INCLUDES_DEFAULT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c30f5e82a7
Коммит
04d1fc84b4
|
@ -981,8 +981,8 @@ typedef $1 t; int s = sizeof(t) == 42;])],
|
||||||
if test "${rb_cv_type_$1}" != no; then
|
if test "${rb_cv_type_$1}" != no; then
|
||||||
AC_DEFINE([HAVE_]AS_TR_CPP($1), 1)
|
AC_DEFINE([HAVE_]AS_TR_CPP($1), 1)
|
||||||
if test "${rb_cv_type_$1}" = yes; then
|
if test "${rb_cv_type_$1}" = yes; then
|
||||||
m4_bmatch([$2], [^[1-9][0-9]*$], [AC_CHECK_SIZEOF([$1], 0, [$4])],
|
m4_bmatch([$2], [^[1-9][0-9]*$], [AC_CHECK_SIZEOF([$1], 0, [AC_INCLUDES_DEFAULT([$4])])],
|
||||||
[RUBY_CHECK_SIZEOF([$1], [$2], [], [$4])])
|
[RUBY_CHECK_SIZEOF([$1], [$2], [], [AC_INCLUDES_DEFAULT([$4])])])
|
||||||
else
|
else
|
||||||
AC_DEFINE_UNQUOTED($1, [$rb_cv_type_$1])
|
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([$rb_cv_type_$1]))
|
||||||
|
|
Загрузка…
Ссылка в новой задаче