Fix the end of "compiler section"

This commit is contained in:
Nobuyoshi Nakada 2024-05-20 12:58:56 +09:00
Родитель 14da90f262
Коммит fa26ef5bf7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,