From 21aae1ec8681d477a78772e5f0dd589a923f5d4a Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Sat, 17 May 2014 10:17:35 +0200
Subject: [PATCH] configure: add SPNEGO to supported features

Bug: http://curl.haxx.se/bug/view.cgi?id=1343
Reported-by: Michael Osipov
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 5c387ccbac..6b2a4985e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3403,6 +3403,9 @@ fi
 if test "x$USE_NGHTTP2" = "x1"; then
   SUPPORT_FEATURES="$SUPPORT_FEATURES HTTP2"
 fi
+if test "x$curl_spnego_msg" = "xenabled"; then
+  SUPPORT_FEATURES="$SUPPORT_FEATURES SPNEGO"
+fi
 
 AC_SUBST(SUPPORT_FEATURES)
 
-- 
GitLab