From: Peter Eisentraut <peter_e@gmx.net>
Date: Thu, 30 Oct 2008 12:24:19 +0000 (+0000)
Subject: Missing space in error message
X-Git-Tag: REL8_1_15~4
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0a29b6478ea951fe8a35bef17ba3f5042e1170f;p=postgresql

Missing space in error message
---

diff --git a/configure b/configure
index 2144da1a62..0b93d158cc 100755
--- a/configure
+++ b/configure
@@ -22690,7 +22690,7 @@ echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6
   { { echo "$as_me:$LINENO: error:
 *** Thread test program failed.  Your platform is not thread-safe.
-*** Check the file 'config.log'for the exact reason.
+*** Check the file 'config.log' for the exact reason.
 ***
 *** You can use the configure option --enable-thread-safety-force
 *** to force threads to be enabled.  However, you must then run
@@ -22699,7 +22699,7 @@ echo "${ECHO_T}no" >&6
 " >&5
 echo "$as_me: error:
 *** Thread test program failed.  Your platform is not thread-safe.
-*** Check the file 'config.log'for the exact reason.
+*** Check the file 'config.log' for the exact reason.
 ***
 *** You can use the configure option --enable-thread-safety-force
 *** to force threads to be enabled.  However, you must then run
diff --git a/configure.in b/configure.in
index 32c2afef5a..f7afaec971 100644
--- 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.431.2.27 2008/09/19 03:19:15 scrappy Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.431.2.28 2008/10/30 12:24:19 petere Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -1329,8 +1329,8 @@ AC_TRY_RUN([#include "$srcdir/src/tools/thread/thread_test.c"],
   [AC_MSG_RESULT(yes)],
   [AC_MSG_RESULT(no)
   AC_MSG_ERROR([
-*** Thread test program failed.  Your platform is not thread-safe.  
-*** Check the file 'config.log'for the exact reason.
+*** Thread test program failed.  Your 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 threads to be enabled.  However, you must then run