*** pgsql/configure.in 2009/10/01 01:58:57 1.612 --- pgsql/configure.in 2009/11/30 16:50:38 1.613 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql/configure.in,v 1.611 2009/09/13 22:18:22 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl --- 1,5 ---- 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 dnl Developers, please strive to achieve this order: dnl *************** PostgreSQL does not support platforms th *** 1407,1418 **** for thread safety.]) 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 _CFLAGS="$CFLAGS" _LIBS="$LIBS" --- 1407,1412 ----