mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:03:31 +03:00
configure: require fork for NTLM-WB
Reported-by: ウさん Fixes #9847 Closes #9856
This commit is contained in:
parent
2d4533996c
commit
592107fa16
2 changed files with 4 additions and 0 deletions
|
|
@ -618,6 +618,9 @@ AC_DEFUN([CURL_CHECK_NTLM_WB], [
|
|||
test "x$SSL_ENABLED" = "x"; then
|
||||
want_ntlm_wb_file=""
|
||||
want_ntlm_wb="no"
|
||||
elif test "x$ac_cv_func_fork" != "xyes"; then
|
||||
dnl ntlm_wb requires fork
|
||||
want_ntlm_wb="no"
|
||||
fi
|
||||
AC_MSG_RESULT([$want_ntlm_wb])
|
||||
if test "$want_ntlm_wb" = "yes"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue