Skip to content

Commit

Permalink
configure: fix winssl LIBS change typo
Browse files Browse the repository at this point in the history
follow-up from 120bf29
  • Loading branch information
bagder committed Jun 22, 2016
1 parent b5d1b49 commit 5c24fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c24fc7

Please sign in to comment.