mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-03 16:46:51 +00:00
Replace "echo -en" with "printf" in autoconf script
Fixes summary output on FreeBSD.
This commit is contained in:
parent
67a9d6ba98
commit
88f1c2c1b0
|
@ -4597,6 +4597,6 @@ if test x$WARN_ABOUT_ARM_NEON_ASM_MIT = xyes; then
|
|||
SUMMARY="${SUMMARY}\n --disable-arm-neon\n"
|
||||
fi
|
||||
|
||||
AC_CONFIG_COMMANDS([summary], [echo -en "$SUMMARY"], [SUMMARY="$SUMMARY"])
|
||||
AC_CONFIG_COMMANDS([summary], [printf "$SUMMARY"], [SUMMARY="$SUMMARY"])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue