mirror of
https://github.com/curl/curl.git
synced 2026-07-23 23:47:15 +03:00
configure: add crypt32.lib for winssl builds
Necessary since 6cabd78531
This commit is contained in:
parent
7530ef5c15
commit
120bf29ef2
1 changed files with 1 additions and 0 deletions
|
|
@ -1348,6 +1348,7 @@ if test "$curl_ssl_msg" = "$init_ssl_msg"; then
|
||||||
AC_DEFINE(USE_WINDOWS_SSPI, 1, [to enable SSPI support])
|
AC_DEFINE(USE_WINDOWS_SSPI, 1, [to enable SSPI support])
|
||||||
AC_SUBST(USE_WINDOWS_SSPI, [1])
|
AC_SUBST(USE_WINDOWS_SSPI, [1])
|
||||||
curl_sspi_msg="enabled"
|
curl_sspi_msg="enabled"
|
||||||
|
LIBS="crypt32.lib $LIBS"
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue