Skip to content

Commit e9597e5

Browse files
committed
pythongh-101282: Fix M4 style for BOLT configuration
1 parent e295d86 commit e9597e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ if test -z "${BOLT_APPLY_FLAGS}"
20872087
then
20882088
AS_VAR_SET(
20892089
[BOLT_APPLY_FLAGS],
2090-
[m4_join([ ],
2090+
["m4_join([ ],
20912091
[-update-debug-sections],
20922092
[-reorder-blocks=ext-tsp],
20932093
[-reorder-functions=hfsort+],
@@ -2103,7 +2103,7 @@ then
21032103
[-dyno-stats],
21042104
[-use-gnu-stack],
21052105
[-frame-opt=hot]
2106-
)]
2106+
)"]
21072107
)
21082108
fi
21092109
AC_MSG_RESULT([$BOLT_APPLY_FLAGS])

0 commit comments

Comments
 (0)