mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
THREAD_SUPPORT
There is no reference to THREAD_SUPPORT outside configure, and it is never set, so remove it.
This commit is contained in:
10
configure
vendored
10
configure
vendored
@ -21323,16 +21323,6 @@ for thread safety." >&2;}
|
|||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi
|
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
|
# Check for *_r functions
|
||||||
_CFLAGS="$CFLAGS"
|
_CFLAGS="$CFLAGS"
|
||||||
_LIBS="$LIBS"
|
_LIBS="$LIBS"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
dnl $PostgreSQL: pgsql/configure.in,v 1.612 2009/10/01 01:58:57 tgl Exp $
|
dnl $PostgreSQL: pgsql/configure.in,v 1.613 2009/11/30 16:50:38 momjian Exp $
|
||||||
dnl
|
dnl
|
||||||
dnl Developers, please strive to achieve this order:
|
dnl Developers, please strive to achieve this order:
|
||||||
dnl
|
dnl
|
||||||
@ -1407,12 +1407,6 @@ PostgreSQL does not support platforms that require a special compiler
|
|||||||
for thread safety.])
|
for thread safety.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$THREAD_SUPPORT" = no; then
|
|
||||||
AC_MSG_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.])
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Check for *_r functions
|
# Check for *_r functions
|
||||||
_CFLAGS="$CFLAGS"
|
_CFLAGS="$CFLAGS"
|
||||||
_LIBS="$LIBS"
|
_LIBS="$LIBS"
|
||||||
|
Reference in New Issue
Block a user