зеркало из https://github.com/github/ruby.git
configure.ac: string literal concatenation
* configure.ac: bail out if string literal concatenation is not available, as it is used everywhere now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e68a8b1e9a
Коммит
98e9444b5f
|
@ -1219,7 +1219,7 @@ const char concatenated_literal[[]] = "literals" "to"
|
|||
[rb_cv_string_literal_concatenation=no])]
|
||||
)
|
||||
AS_IF([test "$rb_cv_string_literal_concatenation" = no], [
|
||||
AC_DEFINE(NO_STRING_LITERAL_CONCATENATION,1)
|
||||
AC_MSG_ERROR([No string literal concatenation])
|
||||
])
|
||||
|
||||
AC_CACHE_CHECK(for variable length prototypes and stdarg.h, rb_cv_stdarg,
|
||||
|
|
Загрузка…
Ссылка в новой задаче