File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19172,9 +19172,10 @@ echo "$as_me: error: Can not build thread test proram." >&2;}
19172
19172
{ (exit 1); exit 1; }; })
19173
19173
$srcdir/src/tools/thread/thread_test >&5 ||
19174
19174
( rm -f src/Makefile.global
19175
- echo
19175
+ echo "no"
19176
19176
echo
19177
19177
$srcdir/src/tools/thread/thread_test
19178
+ echo
19178
19179
{ { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe." >&5
19179
19180
echo "$as_me: error: Thread test program failed. Your platform is not thread-safe." >&2;}
19180
19181
{ (exit 1); exit 1; }; })
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.331 2004/04/26 00:32:00 momjian Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.332 2004/04/26 00:34:12 momjian Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -1231,9 +1231,10 @@ $MAKE -C $srcdir/src/tools/thread >&5 ||
1231
1231
AC_MSG_ERROR([Can not build thread test proram.]))
1232
1232
$srcdir/src/tools/thread/thread_test >&5 ||
1233
1233
( rm -f src/Makefile.global
1234
- echo
1234
+ echo "no"
1235
1235
echo
1236
1236
$srcdir/src/tools/thread/thread_test
1237
+ echo
1237
1238
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.]))
1238
1239
$MAKE -C $srcdir/src/tools/thread clean >&5 ||
1239
1240
( rm -f src/Makefile.global
You can’t perform that action at this time.
0 commit comments