Commit 4aff8318 authored by Marc G. Fournier's avatar Marc G. Fournier

Fix for echo newline suppression detection

Submitted by: Keith Parks
parent 14be8d35
...@@ -919,7 +919,7 @@ if test "$ECHO_N_OUT" -eq 0; then ...@@ -919,7 +919,7 @@ if test "$ECHO_N_OUT" -eq 0; then
else else
if test "ECHO_C_OUT" -eq 0; then if test "ECHO_C_OUT" -eq 0; then
DASH_N= DASH_N=
BACKSLASH_C= '\\\\c' BACKSLASH_C='\\\\c'
else else
{ echo "configure: error: "echo behaviour undetermined"" 1>&2; exit 1; } { echo "configure: error: "echo behaviour undetermined"" 1>&2; exit 1; }
fi fi
......
...@@ -82,7 +82,7 @@ if test "$ECHO_N_OUT" -eq 0; then ...@@ -82,7 +82,7 @@ if test "$ECHO_N_OUT" -eq 0; then
else else
if test "ECHO_C_OUT" -eq 0; then if test "ECHO_C_OUT" -eq 0; then
DASH_N= DASH_N=
BACKSLASH_C= '\\\\c' BACKSLASH_C='\\\\c'
else else
AC_MSG_ERROR("echo behaviour undetermined") AC_MSG_ERROR("echo behaviour undetermined")
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment