File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25857,15 +25857,15 @@ sed 's/^/| /' conftest.$ac_ext >&5
25857
25857
{ echo "$as_me:$LINENO: result: no" >&5
25858
25858
echo "${ECHO_T}no" >&6; }
25859
25859
{ { 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
25861
25861
exact reason.
25862
25862
25863
25863
You can use the configure option --enable-thread-safety-force to force
25864
25864
threads to be enabled. But you must then run the program in
25865
25865
src/test/thread and add locking function calls to your applications to
25866
25866
guarantee thread safety." >&5
25867
25867
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
25869
25869
exact reason.
25870
25870
25871
25871
You can use the configure option --enable-thread-safety-force to force
Original file line number Diff line number Diff line change 1
1
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 $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -1718,7 +1718,7 @@ AC_TRY_RUN([#include "$srcdir/src/test/thread/thread_test.c"],
1718
1718
[AC_MSG_RESULT(yes)],
1719
1719
[AC_MSG_RESULT(no)
1720
1720
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
1722
1722
exact reason.
1723
1723
1724
1724
You can use the configure option --enable-thread-safety-force to force
You can’t perform that action at this time.
0 commit comments