summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-10-30 12:25:32 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-10-30 12:25:32 +0000
commitbbe385e82fbc4f52db5e97e1097f42c2c970fa60 (patch)
tree1c9991a198cfd428a94e48f1f274f1d5eccf79b5 /configure
parent3e86678ffea8595d10e984fcf659d474cc7092ed (diff)
downloadpostgresql-bbe385e82fbc4f52db5e97e1097f42c2c970fa60.tar.gz
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 abe5019ab7..f5fb7f41da 100755
--- a/configure
+++ b/configure
@@ -23086,7 +23086,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
@@ -23094,7 +23094,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