summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Eisentraut2008-10-30 12:28:51 +0000
committerPeter Eisentraut2008-10-30 12:28:51 +0000
commitff50ea7a8ae04eb1be73b705604b631d5ec0e9d3 (patch)
tree93f1f5c09d713fc506e3b2e63057f35db7cd566e /configure
parent2314baef38248b31951d3c8e285e6f8e4fd7dd05 (diff)
Missing space in error message
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 976527f5e3d..0dc34608660 100755
--- a/configure
+++ b/configure
@@ -25857,7 +25857,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
@@ -25865,7 +25865,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