diff options
author | Nick Zitzmann <nick@chronosnet.com> | 2013-01-07 10:17:56 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-01-09 15:53:29 +0100 |
commit | 06558695d5fc8f41c3d3e6f79e467ac9a987349a (patch) | |
tree | 439139e78f7360ef226cdb84f1b5d3edfd0e899e /configure.ac | |
parent | dd73c924ac3bf7ab4aa32c57ec514b35c02b1460 (diff) | |
download | curl-06558695d5fc8f41c3d3e6f79e467ac9a987349a.tar.gz |
docs: the --with-darwinssl option is available on Apple OSes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a22fdeae4..70d65fa81 100644 --- a/configure.ac +++ b/configure.ac @@ -145,7 +145,7 @@ AC_SUBST(PKGADD_VENDOR) dnl dnl initialize all the info variables - curl_ssl_msg="no (--with-{ssl,gnutls,nss,polarssl,cyassl,axtls,winssl} )" + curl_ssl_msg="no (--with-{ssl,gnutls,nss,polarssl,cyassl,axtls,winssl,darwinssl} )" curl_ssh_msg="no (--with-libssh2)" curl_zlib_msg="no (--with-zlib)" curl_krb4_msg="no (--with-krb4*)" |