mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add mention to check config.log if thread test failure.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl $PostgreSQL: pgsql/configure.in,v 1.327 2004/04/25 20:57:32 momjian Exp $
|
||||
dnl $PostgreSQL: pgsql/configure.in,v 1.328 2004/04/25 21:04:59 momjian Exp $
|
||||
dnl
|
||||
dnl Developers, please strive to achieve this order:
|
||||
dnl
|
||||
@ -1232,7 +1232,7 @@ $MAKE -C $srcdir/src/tools/thread >&5 ||
|
||||
AC_MSG_ERROR([Can not build thread test proram.]))
|
||||
$srcdir/src/tools/thread/thread_test >&5 ||
|
||||
( rm -f src/Makefile.global
|
||||
AC_MSG_ERROR([Thread test program failed.]))
|
||||
AC_MSG_ERROR([Thread test program failed. See 'config.log' for details.]))
|
||||
$MAKE -C $srcdir/src/tools/thread clean >&5 ||
|
||||
( rm -f src/Makefile.global
|
||||
AC_MSG_ERROR([Can not clean thread test directory.]))
|
||||
|
Reference in New Issue
Block a user