Skip to content
Snippets Groups Projects
Commit 022a1e0c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

More thread error improvements.

parent d7f9c9d5
No related branches found
No related tags found
No related merge requests found
...@@ -19172,9 +19172,10 @@ echo "$as_me: error: Can not build thread test proram." >&2;} ...@@ -19172,9 +19172,10 @@ echo "$as_me: error: Can not build thread test proram." >&2;}
{ (exit 1); exit 1; }; }) { (exit 1); exit 1; }; })
$srcdir/src/tools/thread/thread_test >&5 || $srcdir/src/tools/thread/thread_test >&5 ||
( rm -f src/Makefile.global ( rm -f src/Makefile.global
echo echo "no"
echo echo
$srcdir/src/tools/thread/thread_test $srcdir/src/tools/thread/thread_test
echo
{ { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe." >&5 { { 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;} echo "$as_me: error: Thread test program failed. Your platform is not thread-safe." >&2;}
{ (exit 1); exit 1; }; }) { (exit 1); exit 1; }; })
......
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.331 2004/04/26 00:32:00 momjian Exp $ dnl $PostgreSQL: pgsql/configure.in,v 1.332 2004/04/26 00:34:12 momjian Exp $
dnl dnl
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -1231,9 +1231,10 @@ $MAKE -C $srcdir/src/tools/thread >&5 || ...@@ -1231,9 +1231,10 @@ $MAKE -C $srcdir/src/tools/thread >&5 ||
AC_MSG_ERROR([Can not build thread test proram.])) AC_MSG_ERROR([Can not build thread test proram.]))
$srcdir/src/tools/thread/thread_test >&5 || $srcdir/src/tools/thread/thread_test >&5 ||
( rm -f src/Makefile.global ( rm -f src/Makefile.global
echo echo "no"
echo echo
$srcdir/src/tools/thread/thread_test $srcdir/src/tools/thread/thread_test
echo
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.])) AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.]))
$MAKE -C $srcdir/src/tools/thread clean >&5 || $MAKE -C $srcdir/src/tools/thread clean >&5 ||
( rm -f src/Makefile.global ( rm -f src/Makefile.global
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment