8000 Improve thread failure wording. · postgrespro/postgres_cluster@9e6b8d7 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e6b8d7

Browse files
committed
Improve thread failure wording.
1 parent 75a5cbf commit 9e6b8d7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

configure

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17926,8 +17926,12 @@ cat conftest.$ac_ext >&5
1792617926
( exit $ac_status )
1792717927
echo "$as_me:$LINENO: result: no" >&5
1792817928
echo "${ECHO_T}no" >&6
17929-
{ { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe. See 'config.log" >&5
17930-
echo "$as_me: error: Thread test program failed. Your platform is not thread-safe. See 'config.log" >&2;}
17929+
{ { echo "$as_me:$LINENO: error:
17930+
*** Thread test program failed. Your platform is not thread-safe.
17931+
*** Check the file 'config.log'for the exact reason." >&5
17932+
echo "$as_me: error:
17933+
*** Thread test program failed. Your platform is not thread-safe.
17934+
*** Check the file 'config.log'for the exact reason." >&2;}
1793117935
{ (exit 1); exit 1; }; }
1793217936
fi
1793317937
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext

configure.in

Lines changed: 4 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.338 2004/04/27 20:06:52 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.339 2004/04/27 20:09:27 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1191,7 +1191,9 @@ LIBS="$LIBS $PTHREAD_LIBS"
11911191
AC_TRY_RUN([#include "$srcdir/src/tools/thread/thread_test.c"],
11921192
[AC_MSG_RESULT(yes)],
11931193
[AC_MSG_RESULT(no)
1194-
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe. See 'config.log])],
1194+
AC_MSG_ERROR([
1195+
*** Thread test program failed. Your platform is not thread-safe.
1196+
*** Check the file 'config.log'for the exact reason.])],
11951197
[AC_MSG_RESULT(maybe)
11961198
AC_MSG_WARN([
11971199
*** Skipping thread test program because of cross-compile build.

0 commit comments

Comments
 (0)
0