aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Osipov <1983-01-06@gmx.net>2014-11-15 14:08:43 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-15 14:43:35 +0000
commita4b7f716d3272d36d55d59587a88ba17af0932bc (patch)
tree38dea6dc4979c9e769acf9f748bc32c48bd00293 /configure.ac
parent2e16100609bb57c026c9ebd14aef23e4b356f8a8 (diff)
tool: Use Kerberos for supported features
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 64887ef21..1adb2a5c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3364,7 +3364,7 @@ fi
if test "x$CURL_DISABLE_CRYPTO_AUTH" != "x1" -a \
\( "x$HAVE_GSSAPI" = "x1" -o "x$USE_WINDOWS_SSPI" = "x1" \); then
- SUPPORT_FEATURES="$SUPPORT_FEATURES krb5"
+ SUPPORT_FEATURES="$SUPPORT_FEATURES Kerberos"
fi
if test "x$CURL_DISABLE_CRYPTO_AUTH" != "x1"; then