File tree 2 files changed +1
-17
lines changed
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;}
21323
21323
{ (exit 1); exit 1; }; }
21324
21324
fi
21325
21325
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
-
21336
21326
# Check for *_r functions
21337
21327
_CFLAGS="$CFLAGS"
21338
21328
_LIBS="$LIBS"
Original file line number Diff line number Diff line change 1
1
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 $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -1407,12 +1407,6 @@ PostgreSQL does not support platforms that require a special compiler
1407
1407
for thread safety.])
1408
1408
fi
1409
1409
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
-
1416
1410
# Check for *_r functions
1417
1411
_CFLAGS="$CFLAGS"
1418
1412
_LIBS="$LIBS"
You can’t perform that action at this time.
0 commit comments