Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 891f924

Browse files
committed
THREAD_SUPPORT
There is no reference to THREAD_SUPPORT outside configure, and it is never set, so remove it.
1 parent 9088542 commit 891f924

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

configure

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21323,16 +21323,6 @@ for thread safety." >&2;}
2132321323
{ (exit 1); exit 1; }; }
2132421324
fi
2132521325

21326-
if test "$THREAD_SUPPORT" = no; then
21327-
{ { $as_echo "$as_me:$LINENO: error: cannot enable threads on this platform
21328-
This platform is known to not support thread-safe programs. For details,
21329-
compile and run src/bin/pg_thread_test." >&5
21330-
$as_echo "$as_me: error: cannot enable threads on this platform
21331-
This platform is known to not support thread-safe programs. For details,
21332-
compile and run src/bin/pg_thread_test." >&2;}
21333-
{ (exit 1); exit 1; }; }
21334-
fi
21335-
2133621326
# Check for *_r functions
2133721327
_CFLAGS="$CFLAGS"
2133821328
_LIBS="$LIBS"

configure.in

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.612 2009/10/01 01:58:57 tgl Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.613 2009/11/30 16:50:38 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1407,12 +1407,6 @@ PostgreSQL does not support platforms that require a special compiler
14071407
for thread safety.])
14081408
fi
14091409

1410-
if test "$THREAD_SUPPORT" = no; then
1411-
AC_MSG_ERROR([cannot enable threads on this platform
1412-
This platform is known to not support thread-safe programs. For details,
1413-
compile and run src/bin/pg_thread_test.])
1414-
fi
1415-
14161410
# Check for *_r functions
14171411
_CFLAGS="$CFLAGS"
14181412
_LIBS="$LIBS"

0 commit comments

Comments
 (0)