summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
diff options
context:
space:
mode:
authorBruce Momjian2003-12-19 23:29:15 +0000
committerBruce Momjian2003-12-19 23:29:15 +0000
commit85f51dea1cde7e5f4e5d8a5c8d73d9ffb1559a4b (patch)
tree4dc4859b078e76a7ecdcfadc8046abe973cd5068 /src/Makefile.global.in
parent580cae75673d498b2d1e22f2a35cba06f9fba4e9 (diff)
Supress ecpg thread test if configure didn't enable threads. Fix
tools/thread to run even if configure didn't enable threads because this test is used before enabling threads for the OS.
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r--src/Makefile.global.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 39faac0a30..68c3bf8078 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.171 2003/11/29 19:51:39 pgsql Exp $
+# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.172 2003/12/19 23:29:15 momjian Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -121,7 +121,6 @@ localedir := @localedir@
#
# Records the choice of the various --enable-xxx and --with-xxx options.
-with_threads = @with_threads@
with_java = @with_java@
with_perl = @with_perl@
with_python = @with_python@
@@ -131,6 +130,7 @@ enable_shared = @enable_shared@
enable_rpath = @enable_rpath@
enable_nls = @enable_nls@
enable_debug = @enable_debug@
+enable_thread_safety = @enable_thread_safety@
python_includespec = @python_includespec@
python_libspec = @python_libspec@