summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian2009-11-30 16:50:38 +0000
committerBruce Momjian2009-11-30 16:50:38 +0000
commit891f924bad098b0e8ede5f76747de9b55eb0b3e1 (patch)
tree5a394c94fb09af49afce478c3399e9ee661beefc /configure
parent908854209b142b5c69b54ac929200ae9746e439a (diff)
THREAD_SUPPORT
There is no reference to THREAD_SUPPORT outside configure, and it is never set, so remove it.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index c70e66fd1c0..4f6283532e6 100755
--- a/configure
+++ b/configure
@@ -21323,16 +21323,6 @@ for thread safety." >&2;}
{ (exit 1); exit 1; }; }
fi
-if test "$THREAD_SUPPORT" = no; then
-{ { $as_echo "$as_me:$LINENO: error: cannot enable threads on this platform
-This platform is known to not support thread-safe programs. For details,
-compile and run src/bin/pg_thread_test." >&5
-$as_echo "$as_me: error: cannot enable threads on this platform
-This platform is known to not support thread-safe programs. For details,
-compile and run src/bin/pg_thread_test." >&2;}
- { (exit 1); exit 1; }; }
-fi
-
# Check for *_r functions
_CFLAGS="$CFLAGS"
_LIBS="$LIBS"