diff options
| author | Peter Eisentraut | 2008-10-30 12:16:32 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2008-10-30 12:16:32 +0000 |
| commit | 28faad52c77a4b39ec254149770f6ed9f4e07421 (patch) | |
| tree | bf49b33d5958b4a5d85f36e6eb9b7514000d6d20 /configure | |
| parent | d24efb83eef6cb8e6917a25041aa3b815d9cb424 (diff) | |
Missing space in error message
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 3c601621711..4e5ae98d5ad 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 |
