1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Missing space in error message

This commit is contained in:
Peter Eisentraut
2008-10-30 12:24:19 +00:00
parent 1b0c30f68d
commit b0a29b6478
2 changed files with 5 additions and 5 deletions

4
configure vendored
View File

@ -22690,7 +22690,7 @@ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
{ { echo "$as_me:$LINENO: error:
*** Thread test program failed. Your platform is not thread-safe.
*** Check the file 'config.log'for the exact reason.
*** Check the file 'config.log' for the exact reason.
***
*** You can use the configure option --enable-thread-safety-force
*** to force threads to be enabled. However, you must then run
@ -22699,7 +22699,7 @@ echo "${ECHO_T}no" >&6
" >&5
echo "$as_me: error:
*** Thread test program failed. Your platform is not thread-safe.
*** Check the file 'config.log'for the exact reason.
*** Check the file 'config.log' for the exact reason.
***
*** You can use the configure option --enable-thread-safety-force
*** to force threads to be enabled. However, you must then run