1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Finalize configuration of thread_test program.

This commit is contained in:
Bruce Momjian
2003-09-27 16:24:45 +00:00
parent a6790ce857
commit 391dceb462
13 changed files with 39 additions and 30 deletions

4
configure vendored
View File

@ -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