diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-10-05 00:20:34 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-10-05 14:06:23 +0200 |
commit | 7bc5308db3385cdc31efa8182b58e229eb721994 (patch) | |
tree | 63d7bd0d162309302cbab19fe224a96bb87e9308 /lib/urldata.h | |
parent | 3e492e03b37ce76cbd0ccca1c001aaa3b17b3372 (diff) | |
download | curl-7bc5308db3385cdc31efa8182b58e229eb721994.tar.gz |
build: fix --disable-crypto-auth
Reported-by: Wyatt O'Day
Fixes #1945
Closes #1947
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 66e4596fd..964999c1f 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1453,7 +1453,7 @@ enum dupstring { STRING_PROXY_SERVICE_NAME, /* Proxy service name */ #endif #if !defined(CURL_DISABLE_CRYPTO_AUTH) || defined(USE_KERBEROS5) || \ - defined(USE_SPNEGO) + defined(USE_SPNEGO) || defined(HAVE_GSSAPI) STRING_SERVICE_NAME, /* Service name */ #endif STRING_MAIL_FROM, |