1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Improve error message for platform thread failure.

This commit is contained in:
Bruce Momjian
2004-04-26 00:29:24 +00:00
parent 0370951347
commit e03a253c15
2 changed files with 6 additions and 4 deletions

5
configure vendored
View File

@ -19172,8 +19172,9 @@ echo "$as_me: error: Can not build thread test proram." >&2;}
{ (exit 1); exit 1; }; })
$srcdir/src/tools/thread/thread_test >&5 ||
( rm -f src/Makefile.global
{ { echo "$as_me:$LINENO: error: Thread test program failed. See 'config.log' for details." >&5
echo "$as_me: error: Thread test program failed. See 'config.log' for details." >&2;}
$srcdir/src/tools/thread/thread_test
{ { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe." >&5
echo "$as_me: error: Thread test program failed. Your platform is not thread-safe." >&2;}
{ (exit 1); exit 1; }; })
$MAKE -C $srcdir/src/tools/thread clean >&5 ||
( rm -f src/Makefile.global