提交 4aff8318 编写于 作者: M Marc G. Fournier

Fix for echo newline suppression detection

Submitted by: Keith Parks
上级 14be8d35
......@@ -919,7 +919,7 @@ if test "$ECHO_N_OUT" -eq 0; then
else
if test "ECHO_C_OUT" -eq 0; then
DASH_N=
BACKSLASH_C= '\\\\c'
BACKSLASH_C='\\\\c'
else
{ echo "configure: error: "echo behaviour undetermined"" 1>&2; exit 1; }
fi
......
......@@ -82,7 +82,7 @@ if test "$ECHO_N_OUT" -eq 0; then
else
if test "ECHO_C_OUT" -eq 0; then
DASH_N=
BACKSLASH_C= '\\\\c'
BACKSLASH_C='\\\\c'
else
AC_MSG_ERROR("echo behaviour undetermined")
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册