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

Commit d7f9c9d

Browse files
committed
Improve thread error message.
1 parent e03a253 commit d7f9c9d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19172,6 +19172,8 @@ 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
19176+
echo
1917519177
$srcdir/src/tools/thread/thread_test
1917619178
{ { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe." >&5
1917719179
echo "$as_me: error: Thread test program failed. Your platform is not thread-safe." >&2;}

configure.in

Lines changed: 3 additions & 1 deletion
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.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 $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1231,6 +1231,8 @@ $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
1235+
echo
12341236
$srcdir/src/tools/thread/thread_test
12351237
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.]))
12361238
$MAKE -C $srcdir/src/tools/thread clean >&5 ||

0 commit comments

Comments
 (0)