diff options
| author | Bruce Momjian | 2003-09-27 16:24:45 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-09-27 16:24:45 +0000 |
| commit | 391dceb462c32ccd72d4c45bef4e6839cb6c4d99 (patch) | |
| tree | f51fcb29bd384fa41c5ba7d0159f2bfeb42a026f /configure | |
| parent | a6790ce85752b67ad994f55fdf1a450262ccc32e (diff) | |
Finalize configuration of thread_test program.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
