Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitbc6ecbf

Browse files
committed
Add mention to check config.log if thread test failure.
1 parent6a27640 commitbc6ecbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19174,8 +19174,8 @@ echo "$as_me: error: Can not build thread test proram." >&2;}
1917419174
{ (exit 1); exit 1; }; })
1917519175
$srcdir/src/tools/thread/thread_test >&5 ||
1917619176
( rm -f src/Makefile.global
19177-
{ { echo "$as_me:$LINENO: error: Thread test program failed." >&5
19178-
echo "$as_me: error: Thread test program failed." >&2;}
19177+
{ { echo "$as_me:$LINENO: error: Thread test program failed. See 'config.log' for details." >&5
19178+
echo "$as_me: error: Thread test program failed. See 'config.log' for details." >&2;}
1917919179
{ (exit 1); exit 1; }; })
1918019180
$MAKE -C $srcdir/src/tools/thread clean >&5 ||
1918119181
( rm -f src/Makefile.global

‎configure.in

Lines changed: 2 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.327 2004/04/2520:57:32 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.328 2004/04/2521:04:59 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1232,7 +1232,7 @@ $MAKE -C $srcdir/src/tools/thread >&5 ||
12321232
AC_MSG_ERROR([Can not build thread test proram.]))
12331233
$srcdir/src/tools/thread/thread_test >&5 ||
12341234
( rm -f src/Makefile.global
1235-
AC_MSG_ERROR([Thread test program failed.]))
1235+
AC_MSG_ERROR([Thread test program failed. See 'config.log' for details.]))
12361236
$MAKE -C $srcdir/src/tools/thread clean >&5 ||
12371237
( rm -f src/Makefile.global
12381238
AC_MSG_ERROR([Can not clean thread test directory.]))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp