Skip to content

Commit

Permalink
Fix the end of "compiler section"
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 20, 2024
1 parent 14da90f commit fa26ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit fa26ef5

Please sign in to comment.