@@ -19164,12 +19164,14 @@ $MAKE -C $srcdir/src/tools/thread clean >&5 ||
1916419164 ( rm -f src/Makefile.global
1916519165 { { echo "$as_me:$LINENO: error: Can not clean thread test directory." >&5
1916619166echo "$as_me: error: Can not clean thread test directory." >&2;}
19167- { (exit 1); exit 1; }; })
19167+ { (exit 1); exit 1; }; }) ||
19168+ exit $?
1916819169$MAKE -C $srcdir/src/tools/thread >&5 ||
1916919170 ( rm -f src/Makefile.global
1917019171 { { echo "$as_me:$LINENO: error: Can not build thread test proram." >&5
1917119172echo "$as_me: error: Can not build thread test proram." >&2;}
19172- { (exit 1); exit 1; }; })
19173+ { (exit 1); exit 1; }; }) ||
19174+ exit $?
1917319175$srcdir/src/tools/thread/thread_test >&5 ||
1917419176 ( rm -f src/Makefile.global
1917519177 echo "no"
@@ -19178,12 +19180,14 @@ $srcdir/src/tools/thread/thread_test >&5 ||
1917819180 echo
1917919181 { { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe." >&5
1918019182echo "$as_me: error: Thread test program failed. Your platform is not thread-safe." >&2;}
19181- { (exit 1); exit 1; }; })
19183+ { (exit 1); exit 1; }; }) ||
19184+ exit $?
1918219185$MAKE -C $srcdir/src/tools/thread clean >&5 ||
1918319186 ( rm -f src/Makefile.global
1918419187 { { echo "$as_me:$LINENO: error: Can not clean thread test directory." >&5
1918519188echo "$as_me: error: Can not clean thread test directory." >&2;}
19186- { (exit 1); exit 1; }; })
19189+ { (exit 1); exit 1; }; }) ||
19190+ exit $?
1918719191echo "yes"
1918819192else
1918919193{ echo "$as_me:$LINENO: WARNING:
0 commit comments