mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Fix for echo newline suppression detection
Submitted by: Keith Parks
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user