1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

configure.in: fix messages

* configure.in (RUBY_FUNC_ATTRIBUTE): show the attribute name in
  the message if the macro name is not given.  fix up r45608.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-05-29 00:58:21 +00:00
parent 88789fdeed
commit c65ef1539b

View file

@ -1526,7 +1526,7 @@ m4_ifval([$3], dnl
)dnl )dnl
m4_pushdef([attrib_code],[m4_bpatsubst([$1],["],[\\"])]) m4_pushdef([attrib_code],[m4_bpatsubst([$1],["],[\\"])])
m4_ifval([$4], [rbcv_cond=["$4"]; test "$rbcv_cond" || unset rbcv_cond]) m4_ifval([$4], [rbcv_cond=["$4"]; test "$rbcv_cond" || unset rbcv_cond])
AC_CACHE_CHECK(for [$2] function attribute, rbcv, AC_CACHE_CHECK(for m4_ifval([$2],[$2],[$1]) function attribute, rbcv,
[rbcv=x [rbcv=x
RUBY_WERROR_FLAG([ RUBY_WERROR_FLAG([
for mac in \ for mac in \