Skip to content

Commit d9d7514

Browse files
committed
use m4_normalize for multiline message
1 parent 634a247 commit d9d7514

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

configure

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

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,9 +1826,9 @@ if test "$Py_OPT" = 'true' ; then
18261826
# Check for conflicting CFLAGS=-O0 and --enable-optimizations
18271827
case "$CFLAGS" in
18281828
*-O0*)
1829-
AC_MSG_WARN([CFLAGS contains -O0 which may conflict with \
1830-
--enable-optimizations. Consider removing -O0 from CFLAGS \
1831-
for optimal performance.])
1829+
AC_MSG_WARN([m4_normalize([
1830+
CFLAGS contains -O0 which may conflict with --enable-optimizations.
1831+
Consider removing -O0 from CFLAGS for optimal performance.])])
18321832
;;
18331833
esac
18341834
# Intentionally not forcing Py_LTO='true' here. Too many toolchains do not

0 commit comments

Comments
 (0)