]> granicus.if.org Git - postgresql/commitdiff
Improve thread error message.
authorBruce Momjian <bruce@momjian.us>
Mon, 26 Apr 2004 00:32:00 +0000 (00:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 26 Apr 2004 00:32:00 +0000 (00:32 +0000)
configure
configure.in

index 62abd2047d210a15498498cf5096ffa2252d8809..4cf29e5ab0236ebad02b2bbe85d9ffdf80d30b03 100755 (executable)
--- a/configure
+++ b/configure
@@ -19172,6 +19172,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
+         echo
          $srcdir/src/tools/thread/thread_test
          { { echo "$as_me:$LINENO: error: Thread test program failed.  Your platform is not thread-safe." >&5
 echo "$as_me: error: Thread test program failed.  Your platform is not thread-safe." >&2;}
index 5137093b4b986e663db1356975e947c5b141ac42..3fe7aa48b1e261c4b139fdbd451ebad70788a892 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.330 2004/04/26 00:29:24 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.331 2004/04/26 00:32:00 momjian Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -1231,6 +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
+         echo
+         echo
          $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 ||