|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
dnl Process this file with autoconf to produce a configure script. |
|
|
|
|
dnl $PostgreSQL: pgsql/configure.in,v 1.329 2004/04/25 21:09:08 momjian Exp $ |
|
|
|
|
dnl $PostgreSQL: pgsql/configure.in,v 1.330 2004/04/26 00:29:24 momjian Exp $ |
|
|
|
|
dnl |
|
|
|
|
dnl Developers, please strive to achieve this order: |
|
|
|
|
dnl |
|
|
|
@ -1231,7 +1231,8 @@ $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. See 'config.log' for details.])) |
|
|
|
|
$srcdir/src/tools/thread/thread_test |
|
|
|
|
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.])) |
|
|
|
|
$MAKE -C $srcdir/src/tools/thread clean >&5 || |
|
|
|
|
( rm -f src/Makefile.global |
|
|
|
|
AC_MSG_ERROR([Can not clean thread test directory.])) |
|
|
|
|