Commit 3cb4bb6b authored by Jakub Zakrzewski's avatar Jakub Zakrzewski Committed by Jay Satiro
Browse files

curl-confopts.m4: fix --disable-threaded-resolver

parent 43d036e7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -37,14 +37,14 @@ AC_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver])
AC_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]),
  OPT_THRES=$enableval)
  case "$OPT_THRES" in
    *)
      dnl configure option not specified
      want_thres="yes"
      ;;
    no)
      dnl --disable-threaded-resolver option used
      want_thres="no"
      ;;
    *)
      dnl configure option not specified
      want_thres="yes"
      ;;
  esac
  AC_MSG_RESULT([$want_thres])
])