git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d7f9c9d)
More thread error improvements.
2004年4月26日 00:34:12 +0000 (00:34 +0000)
2004年4月26日 00:34:12 +0000 (00:34 +0000)

diff --git a/configure b/configure
index 4cf29e5ab0236ebad02b2bbe85d9ffdf80d30b03..3a7c18313adc5aed8846a202563c7a28f658902b 100755 (executable)
--- a/configure
+++ b/configure
@@ -19172,9 +19172,10 @@ 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 "no"
echo
$srcdir/src/tools/thread/thread_test
+ echo
{ { 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;}
{ (exit 1); exit 1; }; })
diff --git a/configure.in b/configure.in
index 3fe7aa48b1e261c4b139fdbd451ebad70788a892..ff8d3ef9f2a356ddc8dea4cc30c1f15d8114a476 100644 (file)
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.331 2004年04月26日 00:32:00 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.332 2004年04月26日 00:34:12 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -1231,9 +1231,10 @@ $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 "no"
echo
$srcdir/src/tools/thread/thread_test
+ echo
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
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /