Explorar o código

Replace "echo -en" with "printf" in autoconf script

Fixes summary output on FreeBSD.
Cacodemon345 %!s(int64=5) %!d(string=hai) anos
pai
achega
88f1c2c1b0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -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