From: Peter Eisentraut Date: Thu, 30 Oct 2008 12:16:32 +0000 (+0000) Subject: Missing space in error message X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cae0a619f0cbf25b98fc1ade3d657c7c65e805f5;p=users%2Fbernd%2Fpostgres.git Missing space in error message --- diff --git a/configure b/configure index 3c60162171..4e5ae98d5a 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 67b965198c..28beff25d8 100644 --- a/configure.in +++ b/configure.in @@ -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