diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-05-20 12:58:56 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-05-20 13:54:08 +0900 |
commit | fa26ef5bf715c7eb0bd80dd587a3f86f808f56af (patch) | |
tree | 2a2d4c76cca3cebddf442f578e3ebddde7b2d896 /configure.ac | |
parent | 14da90f26294b0ccba872b433dbb726544f486f7 (diff) |
Fix the end of "compiler section"
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 09f95b2bec..d787bc3502 100644 --- a/configure.ac +++ b/configure.ac @@ -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, |