summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian2003-09-27 16:24:45 +0000
committerBruce Momjian2003-09-27 16:24:45 +0000
commit391dceb462c32ccd72d4c45bef4e6839cb6c4d99 (patch)
treef51fcb29bd384fa41c5ba7d0159f2bfeb42a026f /configure
parenta6790ce85752b67ad994f55fdf1a450262ccc32e (diff)
Finalize configuration of thread_test program.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 1e842aeb60..999bfaed7c 100755
--- a/configure
+++ b/configure
@@ -13273,7 +13273,7 @@ fi
-if test "$SUPPORTS_THREADS" != yes; then
+if test "$THREAD_SUPPORT" != yes; then
{ { echo "$as_me:$LINENO: error:
Cannot enable threads on your platform.
Please report your platform threading info to the PostgreSQL mailing lists
@@ -13299,6 +13299,7 @@ fi
+
#
# Check for re-entrant versions of certain functions
#
@@ -18211,6 +18212,7 @@ s,@python_includespec@,$python_includespec,;t t
s,@python_libspec@,$python_libspec,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
s,@HAVE_IPV6@,$HAVE_IPV6,;t t
+s,@THREAD_SUPPORT@,$THREAD_SUPPORT,;t t
s,@THREAD_CPPFLAGS@,$THREAD_CPPFLAGS,;t t
s,@THREAD_LIBS@,$THREAD_LIBS,;t t
s,@HAVE_POSIX_SIGNALS@,$HAVE_POSIX_SIGNALS,;t t