]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: add crypt32.lib for winssl builds
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Jun 2016 09:57:25 +0000 (11:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Jun 2016 09:57:25 +0000 (11:57 +0200)
Necessary since 6cabd78531f

configure.ac

index e8f2300dbbe95eaff364eeccf098366c55c572ad..d139f6de9d5f95befe88dfcbe1c15b219f06b940 100644 (file)
@@ -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