summaryrefslogtreecommitdiff
path: root/configure.in
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.in
parent2314baef38248b31951d3c8e285e6f8e4fd7dd05 (diff)
Missing space in error message
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e1484419828..cb01da4bcb3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.570 2008/10/29 16:23:07 petere Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.571 2008/10/30 12:28:51 petere Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -1718,7 +1718,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