]> granicus.if.org Git - postgresql/commitdiff
Add mention to check config.log if thread test failure.
authorBruce Momjian <bruce@momjian.us>
Sun, 25 Apr 2004 21:04:59 +0000 (21:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 25 Apr 2004 21:04:59 +0000 (21:04 +0000)
configure
configure.in

index 96ee289d050e07baf4119e8ed0dc01b30652f6bf..c473c940eb984e97ca375cc92d419be8d60b784e 100755 (executable)
--- a/configure
+++ b/configure
@@ -19174,8 +19174,8 @@ echo "$as_me: error: Can not build thread test proram." >&2;}
    { (exit 1); exit 1; }; })
 $srcdir/src/tools/thread/thread_test >&5 ||
        ( rm -f src/Makefile.global
-         { { echo "$as_me:$LINENO: error: Thread test program failed." >&5
-echo "$as_me: error: Thread test program failed." >&2;}
+         { { echo "$as_me:$LINENO: error: Thread test program failed.  See 'config.log' for details." >&5
+echo "$as_me: error: Thread test program failed.  See 'config.log' for details." >&2;}
    { (exit 1); exit 1; }; })
 $MAKE -C $srcdir/src/tools/thread clean >&5 ||
        ( rm -f src/Makefile.global
index e09e80b4eeef319b76d3c2c940298a952bdd056e..55a37c14f5705931a075cb5a8511c3ac8a865cda 100644 (file)
@@ -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.]))