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
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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment