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

Commit 022a1e0

Browse files
committed
More thread error improvements.
1 parent d7f9c9d commit 022a1e0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19172,9 +19172,10 @@ echo "$as_me: error: Can not build thread test proram." >&2;}
1917219172
{ (exit 1); exit 1; }; })
1917319173
$srcdir/src/tools/thread/thread_test >&5 ||
1917419174
( rm -f src/Makefile.global
19175-
echo
19175+
echo "no"
1917619176
echo
1917719177
$srcdir/src/tools/thread/thread_test
19178+
echo
1917819179
{ { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe." >&5
1917919180
echo "$as_me: error: Thread test program failed. Your platform is not thread-safe." >&2;}
1918019181
{ (exit 1); exit 1; }; })

configure.in

Lines changed: 3 additions & 2 deletions
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.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 $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1231,9 +1231,10 @@ $MAKE -C $srcdir/src/tools/thread >&5 ||
12311231
AC_MSG_ERROR([Can not build thread test proram.]))
12321232
$srcdir/src/tools/thread/thread_test >&5 ||
12331233
( rm -f src/Makefile.global
1234-
echo
1234+
echo "no"
12351235
echo
12361236
$srcdir/src/tools/thread/thread_test
1237+
echo
12371238
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.]))
12381239
$MAKE -C $srcdir/src/tools/thread clean >&5 ||
12391240
( rm -f src/Makefile.global

0 commit comments

Comments
 (0)