Skip to content

Commit

Permalink
configure: add crypt32.lib for winssl builds
Browse files Browse the repository at this point in the history
Necessary since 6cabd78
  • Loading branch information
bagder committed Jun 22, 2016
1 parent 7530ef5 commit 120bf29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,7 @@ if test "$curl_ssl_msg" = "$init_ssl_msg"; then
AC_DEFINE(USE_WINDOWS_SSPI, 1, [to enable SSPI support])
AC_SUBST(USE_WINDOWS_SSPI, [1])
curl_sspi_msg="enabled"
LIBS="crypt32.lib $LIBS"
else
AC_MSG_RESULT(no)
fi
Expand Down

0 comments on commit 120bf29

Please sign in to comment.