Home | History | Annotate | Download | only in cpython2

Lines Matching refs:with_threads

817 with_threads
8962 if test "$with_threads" = "yes" -o -z "$with_threads"; then
9527 if test "${with_threads+set}" = set; then :
9528 withval=$with_threads;
9536 withval=$with_thread; with_threads=$with_thread
9540 if test -z "$with_threads"
9541 then with_threads="yes"
9543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_threads" >&5
9544 $as_echo "$with_threads" >&6; }
9547 if test "$with_threads" = "no"
9590 if test ! -z "$with_threads" -a -d "$with_threads"
9591 then LDFLAGS="$LDFLAGS -L$with_threads"