From: Daniel Stenberg Date: Wed, 22 Jun 2016 12:23:46 +0000 (+0200) Subject: configure: don't specify .lib for libs on windows X-Git-Tag: curl-7_50_0~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91697d22a83e274378b957ed878e62467634ff98;p=curl configure: don't specify .lib for libs on windows Another follow up for crypt32.lib linking with winssl --- diff --git a/configure.ac b/configure.ac index 527a5950a..60c99acea 100644 --- a/configure.ac +++ b/configure.ac @@ -1348,7 +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="-lcrypt32.lib $LIBS" + LIBS="-lcrypt32 $LIBS" else AC_MSG_RESULT(no) fi