mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
configure: don't specify .lib for libs on windows
Another follow up for crypt32.lib linking with winssl
This commit is contained in:
parent
5c24fc7768
commit
91697d22a8
@ -1348,7 +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="-lcrypt32.lib $LIBS"
|
LIBS="-lcrypt32 $LIBS"
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user