Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ff50ea7

Browse files
committed
Missing space in error message
1 parent 2314bae commit ff50ea7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -25857,15 +25857,15 @@ sed 's/^/| /' conftest.$ac_ext >&5
2585725857
{ echo "$as_me:$LINENO: result: no" >&5
2585825858
echo "${ECHO_T}no" >&6; }
2585925859
{ { echo "$as_me:$LINENO: error: thread test program failed
25860-
This platform is not thread-safe. Check the file 'config.log'for the
25860+
This platform is not thread-safe. Check the file 'config.log' for the
2586125861
exact reason.
2586225862

2586325863
You can use the configure option --enable-thread-safety-force to force
2586425864
threads to be enabled. But you must then run the program in
2586525865
src/test/thread and add locking function calls to your applications to
2586625866
guarantee thread safety." >&5
2586725867
echo "$as_me: error: thread test program failed
25868-
This platform is not thread-safe. Check the file 'config.log'for the
25868+
This platform is not thread-safe. Check the file 'config.log' for the
2586925869
exact reason.
2587025870

2587125871
You can use the configure option --enable-thread-safety-force to force

configure.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.570 2008/10/29 16:23:07 petere Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.571 2008/10/30 12:28:51 petere Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1718,7 +1718,7 @@ AC_TRY_RUN([#include "$srcdir/src/test/thread/thread_test.c"],
17181718
[AC_MSG_RESULT(yes)],
17191719
[AC_MSG_RESULT(no)
17201720
AC_MSG_ERROR([thread test program failed
1721-
This platform is not thread-safe. Check the file 'config.log'for the
1721+
This platform is not thread-safe. Check the file 'config.log' for the
17221722
exact reason.
17231723

17241724
You can use the configure option --enable-thread-safety-force to force

0 commit comments

Comments
 (0)