]> granicus.if.org Git - curl/commitdiff
configure: don't specify .lib for libs on windows
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Jun 2016 12:23:46 +0000 (14:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Jun 2016 12:23:46 +0000 (14:23 +0200)
Another follow up for crypt32.lib linking with winssl

configure.ac

index 527a5950a60f592f51493ce6cc24fa26eed87891..60c99acea39afa0e4bd9fdafd99b8992b092377f 100644 (file)
@@ -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