mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:13:32 +03:00
curl-confopts.m4: fix --disable-threaded-resolver
Closes https://github.com/curl/curl/issues/1784
This commit is contained in:
parent
43d036e724
commit
3cb4bb6b5f
1 changed files with 4 additions and 4 deletions
|
|
@ -37,14 +37,14 @@ AC_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver])
|
||||||
AC_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]),
|
AC_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]),
|
||||||
OPT_THRES=$enableval)
|
OPT_THRES=$enableval)
|
||||||
case "$OPT_THRES" in
|
case "$OPT_THRES" in
|
||||||
*)
|
|
||||||
dnl configure option not specified
|
|
||||||
want_thres="yes"
|
|
||||||
;;
|
|
||||||
no)
|
no)
|
||||||
dnl --disable-threaded-resolver option used
|
dnl --disable-threaded-resolver option used
|
||||||
want_thres="no"
|
want_thres="no"
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
dnl configure option not specified
|
||||||
|
want_thres="yes"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
AC_MSG_RESULT([$want_thres])
|
AC_MSG_RESULT([$want_thres])
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue