aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Zitzmann <nickzman@gmail.com>2013-02-24 15:39:15 -0700
committerNick Zitzmann <nickzman@gmail.com>2013-02-24 15:39:15 -0700
commitcc27aff7b370d42e4ed3291bd8211317c90c4eea (patch)
treecaf833b29bc65dda8c348fad3eb997d97db29d38 /configure.ac
parentd23d2f2bd8dc9574113ed45303493c3dd5d94557 (diff)
darwinssl: fix undefined $ssllib warning in runtests.pl
I also added --with-darwinssl to the list of SSL options in configure.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d77cfe0ad..18c77fb55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2293,7 +2293,7 @@ fi
if test "x$OPENSSL_ENABLED$GNUTLS_ENABLED$NSS_ENABLED$POLARSSL_ENABLED$AXTLS_ENABLED$CYASSL_ENABLED$WINSSL_ENABLED$DARWINSSL_ENABLED" = "x"; then
AC_MSG_WARN([SSL disabled, you will not be able to use HTTPS, FTPS, NTLM and more.])
- AC_MSG_WARN([Use --with-ssl, --with-gnutls, --with-polarssl, --with-cyassl, --with-nss, --with-axtls or --with-winssl to address this.])
+ AC_MSG_WARN([Use --with-ssl, --with-gnutls, --with-polarssl, --with-cyassl, --with-nss, --with-axtls, --with-winssl, or --with-darwinssl to address this.])
else
# SSL is enabled, genericly
AC_SUBST(SSL_ENABLED)