]> granicus.if.org Git - postgresql/commitdiff
Missing space in error message
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 30 Oct 2008 12:25:32 +0000 (12:25 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 30 Oct 2008 12:25:32 +0000 (12:25 +0000)
configure
configure.in

index abe5019ab789b6a9473e6482ef923e243db501ec..f5fb7f41da1b1f7a1473d3af7890d64dd3cb0438 100755 (executable)
--- a/configure
+++ b/configure
@@ -23086,7 +23086,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
 echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6
   { { echo "$as_me:$LINENO: error: thread test program failed
-This platform is not thread-safe.  Check the file 'config.log'for the
+This platform is not thread-safe.  Check the file 'config.log' for the
 exact reason.
 
 You can use the configure option --enable-thread-safety-force to force
@@ -23094,7 +23094,7 @@ threads to be enabled.  But you must then run the program in
 src/test/thread and add locking function calls to your applications to
 guarantee thread safety." >&5
 echo "$as_me: error: thread test program failed
-This platform is not thread-safe.  Check the file 'config.log'for the
+This platform is not thread-safe.  Check the file 'config.log' for the
 exact reason.
 
 You can use the configure option --enable-thread-safety-force to force
index 75bfd8832ee5dc9390dc2e312a127830b95ac779..1893f9821aba445dd23dffee01d154d53dc9e3f7 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.490.2.20 2008/09/19 03:12:07 scrappy Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.490.2.21 2008/10/30 12:25:32 petere Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -1413,7 +1413,7 @@ AC_TRY_RUN([#include "$srcdir/src/test/thread/thread_test.c"],
   [AC_MSG_RESULT(yes)],
   [AC_MSG_RESULT(no)
   AC_MSG_ERROR([thread test program failed
-This platform is not thread-safe.  Check the file 'config.log'for the
+This platform is not thread-safe.  Check the file 'config.log' for the
 exact reason.
 
 You can use the configure option --enable-thread-safety-force to force