*** pgsql/configure 2004/04/26 13:14:48 1.347 --- pgsql/configure 2004/04/26 19:08:56 1.348 *************** if test cross_compiling != yes; then *** 19174,19203 **** # echo "$as_me:$LINENO: checking thread safety of required library functions" >&5 echo $ECHO_N "checking thread safety of required library functions... $ECHO_C" >&6 ! if ! $MAKE -C $srcdir/src/tools/thread clean >&5 ! then rm -f $srcdir/src/Makefile.global { { echo "$as_me:$LINENO: error: Can not clean thread test directory." >&5 echo "$as_me: error: Can not clean thread test directory." >&2;} { (exit 1); exit 1; }; } fi ! if ! $MAKE -C $srcdir/src/tools/thread >&5 ! then rm -f $srcdir/src/Makefile.global { { echo "$as_me:$LINENO: error: Can not build thread test proram." >&5 echo "$as_me: error: Can not build thread test proram." >&2;} { (exit 1); exit 1; }; } fi ! if ! $srcdir/src/tools/thread/thread_test >&5 ! then rm -f $srcdir/src/Makefile.global echo "no" echo ! $srcdir/src/tools/thread/thread_test echo { { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe." >&5 echo "$as_me: error: Thread test program failed. Your platform is not thread-safe." >&2;} { (exit 1); exit 1; }; } fi ! if ! $MAKE -C $srcdir/src/tools/thread clean >&5 ! then rm -f $srcdir/src/Makefile.global { { echo "$as_me:$LINENO: error: Can not clean thread test directory." >&5 echo "$as_me: error: Can not clean thread test directory." >&2;} { (exit 1); exit 1; }; } --- 19174,19203 ---- # echo "$as_me:$LINENO: checking thread safety of required library functions" >&5 echo $ECHO_N "checking thread safety of required library functions... $ECHO_C" >&6 ! if ! $MAKE -C src/tools/thread clean >&5 ! then rm -f src/Makefile.global { { echo "$as_me:$LINENO: error: Can not clean thread test directory." >&5 echo "$as_me: error: Can not clean thread test directory." >&2;} { (exit 1); exit 1; }; } fi ! if ! $MAKE -C src/tools/thread >&5 ! then rm -f src/Makefile.global { { echo "$as_me:$LINENO: error: Can not build thread test proram." >&5 echo "$as_me: error: Can not build thread test proram." >&2;} { (exit 1); exit 1; }; } fi ! if ! src/tools/thread/thread_test >&5 ! then rm -f src/Makefile.global echo "no" echo ! src/tools/thread/thread_test echo { { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe." >&5 echo "$as_me: error: Thread test program failed. Your platform is not thread-safe." >&2;} { (exit 1); exit 1; }; } fi ! if ! $MAKE -C src/tools/thread clean >&5 ! then rm -f src/Makefile.global { { echo "$as_me:$LINENO: error: Can not clean thread test directory." >&5 echo "$as_me: error: Can not clean thread test directory." >&2;} { (exit 1); exit 1; }; } *************** echo "yes" *** 19206,19216 **** else { echo "$as_me:$LINENO: WARNING: *** Skipping thread test program because of cross-compile build. ! *** Run the program in $srcdir/src/tools/thread on the target matchine. " >&5 echo "$as_me: WARNING: *** Skipping thread test program because of cross-compile build. ! *** Run the program in $srcdir/src/tools/thread on the target matchine. " >&2;} fi fi --- 19206,19216 ---- else { echo "$as_me:$LINENO: WARNING: *** Skipping thread test program because of cross-compile build. ! *** Run the program in src/tools/thread on the target matchine. " >&5 echo "$as_me: WARNING: *** Skipping thread test program because of cross-compile build. ! *** Run the program in src/tools/thread on the target matchine. " >&2;} fi fi