From: Daniel Stenberg Date: Wed, 22 Jun 2016 11:50:56 +0000 (+0200) Subject: configure: fix winssl LIBS change typo X-Git-Tag: curl-7_50_0~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c24fc7768d758b3803ccdb2ec54c910badea7ad;p=thirdparty%2Fcurl.git configure: fix winssl LIBS change typo follow-up from 120bf29e --- diff --git a/configure.ac b/configure.ac index d139f6de9d..527a5950a6 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="crypt32.lib $LIBS" + LIBS="-lcrypt32.lib $LIBS" else AC_MSG_RESULT(no) fi