1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Missing space in error message

This commit is contained in:
Peter Eisentraut
2008-10-30 12:27:42 +00:00
parent a1bbfa78b4
commit 2926e1bcfb
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -25262,7 +25262,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
{ { echo "$as_me:$LINENO: error: thread test program failed
This platform is not thread-safe. Check the file 'config.log'for the
This platform is not thread-safe. Check the file 'config.log' for the
exact reason.
You can use the configure option --enable-thread-safety-force to force
@ -25270,7 +25270,7 @@ threads to be enabled. But you must then run the program in
src/test/thread and add locking function calls to your applications to
guarantee thread safety." >&5
echo "$as_me: error: thread test program failed
This platform is not thread-safe. Check the file 'config.log'for the
This platform is not thread-safe. Check the file 'config.log' for the
exact reason.
You can use the configure option --enable-thread-safety-force to force