aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBill Nagel <wnagel@tycoint.com>2014-12-02 13:36:40 -0500
committerSteve Holme <steve_holme@hotmail.com>2014-12-07 18:36:23 +0000
commit526603ff0520ed1371e4ee93f75a7597acb2b902 (patch)
tree179dfd4acca2b063a12f6419eaab081ee6aad567 /configure.ac
parenteb88d778e751639d68d932b23a648e591bcc0ba8 (diff)
smb: Build with SSPI enabled
Build SMB/CIFS protocol support when SSPI is enabled.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fb8dfd5b3..2cfef5ac2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3494,8 +3494,9 @@ if test "x$CURL_DISABLE_IMAP" != "x1"; then
fi
if test "x$CURL_DISABLE_SMB" != "x1" \
-a "x$CURL_DISABLE_CRYPTO_AUTH" != "x1" \
- -a \( "x$USE_SSLEAY" = "x1" -o "x$GNUTLS_ENABLED" = "x1" \
- -o "x$NSS_ENABLED" = "x1" -o "x$DARWINSSL_ENABLED" = "x1" \); then
+ -a \( "x$USE_SSLEAY" = "x1" -o "x$USE_WINDOWS_SSPI" = "x1" \
+ -o "x$GNUTLS_ENABLED" = "x1" -o "x$NSS_ENABLED" = "x1" \
+ -o "x$DARWINSSL_ENABLED" = "x1" \); then
SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS SMB"
if test "x$SSL_ENABLED" = "x1"; then
SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS SMBS"