diff options
author | Gunter Knauf <gk@gknw.de> | 2009-09-04 17:46:59 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-09-04 17:46:59 +0000 |
commit | 223c0b980b79e556463d8ce019f698bc0baf0ab6 (patch) | |
tree | 6b8f407d88387ea67b1d8e3cc54ca861ff7d3620 | |
parent | 7ab1139f070d6162c9fcd2445e088d2eb0fa9360 (diff) |
added --with-nss to configure output.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 86de2fea6..e0fd08faa 100644 --- a/configure.ac +++ b/configure.ac @@ -110,7 +110,7 @@ AC_SUBST(PKGADD_VENDOR) dnl dnl initialize all the info variables - curl_ssl_msg="no (--with-ssl / --with-gnutls)" + curl_ssl_msg="no (--with-ssl / --with-gnutls / --with-nss)" curl_ssh_msg="no (--with-libssh2)" curl_zlib_msg="no (--with-zlib)" curl_krb4_msg="no (--with-krb4*)" |