Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 627960
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- a/m4/curl-confopts.m4
0
++ b/m4/curl-confopts.m4
Lines 37-50 AC_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver]) Link Here
37
AC_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]),
37
AC_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]),
38
  OPT_THRES=$enableval)
38
  OPT_THRES=$enableval)
39
  case "$OPT_THRES" in
39
  case "$OPT_THRES" in
40
    *)
41
      dnl configure option not specified
42
      want_thres="yes"
43
      ;;
44
    no)
40
    no)
45
      dnl --disable-threaded-resolver option used
41
      dnl --disable-threaded-resolver option used
46
      want_thres="no"
42
      want_thres="no"
47
      ;;
43
      ;;
44
    *)
45
      dnl configure option not specified
46
      want_thres="yes"
47
      ;;
48
  esac
48
  esac
49
  AC_MSG_RESULT([$want_thres])
49
  AC_MSG_RESULT([$want_thres])
50
])
50
])

Return to bug 627960