View | Details | Raw Unified | Return to bug 138942
Collapse All | Expand All

(-)configure (-1 / +1 lines)
Lines 20415-20421 if test "$with_threads" = "no" ; then Link Here
20415
    echo Disabling multithreaded support
20415
    echo Disabling multithreaded support
20416
else
20416
else
20417
    echo Enabling multithreaded support
20417
    echo Enabling multithreaded support
20418
        if test "$with_threads" = "pthread" | test "$with_threads" = "" ; then
20418
        if test "$with_threads" = "pthread" | test "$with_threads" = "" | test "$with_threads" = "yes"; then
20419
        if test "${ac_cv_header_pthread_h+set}" = set; then
20419
        if test "${ac_cv_header_pthread_h+set}" = set; then
20420
  { $as_echo "$as_me:$LINENO: checking for pthread.h" >&5
20420
  { $as_echo "$as_me:$LINENO: checking for pthread.h" >&5
20421
$as_echo_n "checking for pthread.h... " >&6; }
20421
$as_echo_n "checking for pthread.h... " >&6; }

Return to bug 138942