mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Missing space in error message
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -19056,7 +19056,7 @@ echo "$as_me:$LINENO: result: no" >&5
|
|||||||
echo "${ECHO_T}no" >&6
|
echo "${ECHO_T}no" >&6
|
||||||
{ { echo "$as_me:$LINENO: error:
|
{ { echo "$as_me:$LINENO: error:
|
||||||
*** Thread test program failed. Your platform is not thread-safe.
|
*** 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
|
*** You can use the configure option --enable-thread-safety-force
|
||||||
*** to force threads to be enabled. However, you must then run
|
*** to force threads to be enabled. However, you must then run
|
||||||
@@ -19065,7 +19065,7 @@ echo "${ECHO_T}no" >&6
|
|||||||
" >&5
|
" >&5
|
||||||
echo "$as_me: error:
|
echo "$as_me: error:
|
||||||
*** Thread test program failed. Your platform is not thread-safe.
|
*** 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
|
*** You can use the configure option --enable-thread-safety-force
|
||||||
*** to force threads to be enabled. However, you must then run
|
*** to force threads to be enabled. However, you must then run
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.27 2008/09/19 03:23:33 scrappy Exp $
|
dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.28 2008/10/30 12:16:32 petere Exp $
|
||||||
dnl
|
dnl
|
||||||
dnl Developers, please strive to achieve this order:
|
dnl Developers, please strive to achieve this order:
|
||||||
dnl
|
dnl
|
||||||
@@ -1296,8 +1296,8 @@ AC_TRY_RUN([#include "$srcdir/src/tools/thread/thread_test.c"],
|
|||||||
[AC_MSG_RESULT(yes)],
|
[AC_MSG_RESULT(yes)],
|
||||||
[AC_MSG_RESULT(no)
|
[AC_MSG_RESULT(no)
|
||||||
AC_MSG_ERROR([
|
AC_MSG_ERROR([
|
||||||
*** Thread test program failed. Your platform is not thread-safe.
|
*** 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
|
*** You can use the configure option --enable-thread-safety-force
|
||||||
*** to force threads to be enabled. However, you must then run
|
*** to force threads to be enabled. However, you must then run
|
||||||
|
Reference in New Issue
Block a user