diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-06-22 11:57:25 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-06-22 11:57:25 +0200 |
commit | 120bf29ef2c9dcc56414656d77040c24187b01bc (patch) | |
tree | c79bcab3ba0bf951e937b7f9684faadfc7b138dc /configure.ac | |
parent | 7530ef5c15f6d90e8a3d043cf59a46225e8ccdd7 (diff) | |
download | curl-120bf29ef2c9dcc56414656d77040c24187b01bc.tar.gz |
configure: add crypt32.lib for winssl builds
Necessary since 6cabd78531f
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e8f2300db..d139f6de9 100644 --- a/configure.ac +++ b/configure.ac @@ -1348,6 +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" else AC_MSG_RESULT(no) fi |