Missing space in error message
authorPeter Eisentraut <[email protected]>
Thu, 30 Oct 2008 12:24:19 +0000 (12:24 +0000)
committerPeter Eisentraut <[email protected]>
Thu, 30 Oct 2008 12:24:19 +0000 (12:24 +0000)
configure
configure.in

index 2144da1a62ea6aed217eebc126d67d2c16fff3f2..0b93d158ccf13e50079886e1cda5c141d2ba8aac 100755 (executable)
--- 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
index 4b12f98b607bddee31ecfe168b16e0359d81e51f..b3c880ebd186361d174b649d45df07fde141fd7a 100644 (file)
@@ -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