diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-09 11:43:29 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-10 12:34:46 +0100 |
commit | 275e02bdea73801f134519eed8c2473663823383 (patch) | |
tree | 3ac7bf151984f0acf3cd601bc898dc09ea3e019d /configure.ac | |
parent | c6deecd7e9ea7dd10de0934f8ec30952648aba2d (diff) | |
download | curl-275e02bdea73801f134519eed8c2473663823383.tar.gz |
azure: add libssh2 and cmake macos builds
Removed the macos libssh2 build from travis
Closes #4686
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3e156bcae..dd149b7e3 100755 --- a/configure.ac +++ b/configure.ac @@ -157,7 +157,7 @@ AC_SUBST(PKGADD_VENDOR) dnl dnl initialize all the info variables curl_ssl_msg="no (--with-{ssl,gnutls,nss,mbedtls,wolfssl,schannel,secure-transport,mesalink,amissl,bearssl} )" - curl_ssh_msg="no (--with-libssh2)" + curl_ssh_msg="no (--with-{libssh,libssh2})" curl_zlib_msg="no (--with-zlib)" curl_brotli_msg="no (--with-brotli)" curl_gss_msg="no (--with-gssapi)" |