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:
21aae1e
)
configure: add GSS-API to supported features
author
Daniel Stenberg
<daniel@haxx.se>
Sat, 17 May 2014 08:19:46 +0000
(10:19 +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=1344
Reported-by: Michael Osipov
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6b2a4985e164c723629631f5b1285c502872d89a..ae5f1ffbb01f8c2141c35f2951bc890b13cb5838 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3406,6
+3406,9
@@
fi
if test "x$curl_spnego_msg" = "xenabled"; then
SUPPORT_FEATURES="$SUPPORT_FEATURES SPNEGO"
fi
+if test "x$want_gss" = "xyes"; then
+ SUPPORT_FEATURES="$SUPPORT_FEATURES GSS-API"
+fi
AC_SUBST(SUPPORT_FEATURES)