From: Peter Eisentraut Date: Thu, 30 Oct 2008 12:27:42 +0000 (+0000) Subject: Missing space in error message X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dc5067279c9935605d78aa468dfe98495c21457e;p=users%2Fbernd%2Fpostgres.git Missing space in error message --- diff --git a/configure b/configure index ce2b435427..70d7dee213 100755 --- a/configure +++ b/configure @@ -25262,7 +25262,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 @@ -25270,7 +25270,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 diff --git a/configure.in b/configure.in index 6b07a438aa..163db45ddc 100644 --- a/configure.in +++ b/configure.in @@ -1519,7 +1519,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