From 5c24fc7768d758b3803ccdb2ec54c910badea7ad Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Jun 2016 13:50:56 +0200 Subject: configure: fix winssl LIBS change typo follow-up from 120bf29e --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d139f6de9..527a5950a 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 -- cgit v1.2.3