File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19172,6 +19172,8 @@ 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
19176
+ echo
19175
19177
$srcdir/src/tools/thread/thread_test
19176
19178
{ { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe." >&5
19177
19179
echo "$as_me: error: Thread test program failed. Your platform is not thread-safe." >&2;}
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.330 2004/04/26 00:29:24 momjian Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.331 2004/04/26 00:32:00 momjian Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -1231,6 +1231,8 @@ $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
1235
+ echo
1234
1236
$srcdir/src/tools/thread/thread_test
1235
1237
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.]))
1236
1238
$MAKE -C $srcdir/src/tools/thread clean >&5 ||
You can’t perform that action at this time.
0 commit comments