From 526603ff0520ed1371e4ee93f75a7597acb2b902 Mon Sep 17 00:00:00 2001 From: Bill Nagel Date: Tue, 2 Dec 2014 13:36:40 -0500 Subject: smb: Build with SSPI enabled Build SMB/CIFS protocol support when SSPI is enabled. --- lib/url.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index e6483ca88..8b4f3a95c 100644 --- a/lib/url.c +++ b/lib/url.c @@ -220,8 +220,7 @@ static const struct Curl_handler * const protocols[] = { #endif #endif -#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \ - !defined(USE_WINDOWS_SSPI) +#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) &Curl_handler_smb, #ifdef USE_SSL &Curl_handler_smbs, -- cgit v1.2.3