summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2008-10-30 12:16:32 +0000
committerPeter Eisentraut2008-10-30 12:16:32 +0000
commit28faad52c77a4b39ec254149770f6ed9f4e07421 (patch)
treebf49b33d5958b4a5d85f36e6eb9b7514000d6d20
parentd24efb83eef6cb8e6917a25041aa3b815d9cb424 (diff)
Missing space in error message
-rwxr-xr-xconfigure4
-rw-r--r--configure.in6
2 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 3c601621711..4e5ae98d5ad 100755
--- a/configure
+++ b/configure
@@ -19056,7 +19056,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
@@ -19065,7 +19065,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 b70687aa59c..49dc1c99d2c 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.398.4.27 2008/09/19 03:23:33 scrappy Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.28 2008/10/30 12:16:32 petere Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -1296,8 +1296,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