Skip to content

Commit

Permalink
configure: add PSL to the list of features
Browse files Browse the repository at this point in the history
... to make test 1014 work again after e77b5b7.
  • Loading branch information
bagder committed Oct 17, 2015
1 parent 19cb0c4 commit 5cf0166
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3559,6 +3559,10 @@ if test "x$HAVE_GSSAPI" = "x1"; then
SUPPORT_FEATURES="$SUPPORT_FEATURES GSS-API"
fi

if test "x$curl_psl_msg" = "xyes"; then
SUPPORT_FEATURES="$SUPPORT_FEATURES PSL"
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 SPNEGO"
Expand Down

0 comments on commit 5cf0166

Please sign in to comment.