From: Daniel Stenberg Date: Sat, 13 Nov 2021 10:50:59 +0000 (+0100) Subject: azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL proper X-Git-Tag: curl-7_81_0~174 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca847ba5cf735aed70751e74f5d3ee69734c91cd;p=thirdparty%2Fcurl.git azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL proper The configure line would previously depend on a configure mistake using --without-openssl that is fixed and now this configure line needs adjusting to use --without-ssl. Follow-up to b589696f0312d Closes #8006 --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 2fff67c3ec..56b9d3ff99 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -64,7 +64,7 @@ stages: configure: --disable-ipv6 --with-openssl disable_http_smtp_imap: name: w/o HTTP/SMTP/IMAP - configure: --disable-http --disable-smtp --disable-imap --without-openssl + configure: --disable-http --disable-smtp --disable-imap --without-ssl disable_thredres: name: sync resolver configure: --disable-threaded-resolver --with-openssl