]> granicus.if.org Git - curl/commitdiff
configure: add PSL to the list of features
authorDaniel Stenberg <daniel@haxx.se>
Sat, 17 Oct 2015 22:11:13 +0000 (00:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 17 Oct 2015 22:11:13 +0000 (00:11 +0200)
... to make test 1014 work again after e77b5b7453.

configure.ac

index 549cd96ffe8c9eac8b359cdef09cad1269ade99e..3bab4a55d3b6f831c39a931f1e1be669fba0e1be 100644 (file)
@@ -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"