projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ea1d3
)
configure: add SPNEGO to supported features
author
Daniel Stenberg
<daniel@haxx.se>
Sat, 17 May 2014 08:17:35 +0000
(10:17 +0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Sat, 17 May 2014 08:24:47 +0000
(10:24 +0200)
Bug: http://curl.haxx.se/bug/view.cgi?id=1343
Reported-by: Michael Osipov
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5c387ccbaceff30df5bb865bc3d9f4b2b4bf792d..6b2a4985e164c723629631f5b1285c502872d89a 100644
(file)
--- 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)