mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix the end of "compiler section"
This commit is contained in:
parent
14da90f262
commit
fa26ef5bf7
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,6 @@ AC_SUBST(incflags, "$INCFLAGS")
|
|||
|
||||
test -z "${ac_env_CFLAGS_set}" -a -n "${cflags+set}" && eval CFLAGS="\"$cflags $ARCH_FLAG\""
|
||||
test -z "${ac_env_CXXFLAGS_set}" -a -n "${cxxflags+set}" && eval CXXFLAGS="\"$cxxflags $ARCH_FLAG\""
|
||||
}
|
||||
|
||||
AC_CACHE_CHECK([whether compiler has statement and declarations in expressions],
|
||||
rb_cv_have_stmt_and_decl_in_expr,
|
||||
|
@ -999,6 +998,7 @@ AC_CACHE_CHECK([whether compiler has statement and declarations in expressions],
|
|||
AS_IF([test "$rb_cv_have_stmt_and_decl_in_expr" = yes], [
|
||||
AC_DEFINE(HAVE_STMT_AND_DECL_IN_EXPR)
|
||||
])
|
||||
}
|
||||
|
||||
[begin]_group "header and library section" && {
|
||||
AC_ARG_WITH(winnt-ver,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue