configure: new option --with-winssl
authorYang Tse <yangsita@gmail.com>
Wed, 13 Jun 2012 18:54:03 +0000 (20:54 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 13 Jun 2012 18:54:42 +0000 (20:54 +0200)
commitb276ac7691e8c8e5aeb92587be987b6e713456c7
tree9d6a39f3ebe4c25767dda376b953b07455628825
parent32ce7f19b207d9c7ab8f8036254cc3ba10eeeddb
configure: new option --with-winssl

This option may be used to build curl/libcurl using SSL/TLS support provided
by MS windows system libraries. Option is mutually exclusive with any other
SSL library. Default value is --without-winssl.

--with-winssl option implies --with-sspi option.

Option meaningful only for Windows builds.
configure.ac