File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -21323,16 +21323,6 @@ for thread safety." >&2;}
2132321323 { (exit 1); exit 1; }; }
2132421324fi
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"
Original file line number Diff line number Diff line change 11dnl 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 $
33dnl
44dnl Developers, please strive to achieve this order:
55dnl
@@ -1407,12 +1407,6 @@ PostgreSQL does not support platforms that require a special compiler
14071407for thread safety.])
14081408fi
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"
You can’t perform that action at this time.
0 commit comments