diff options
author | Eric Hu <ehu@directv.com> | 2010-12-07 14:28:06 -0800 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-12-15 16:05:17 +0100 |
commit | 6761cf49f2543cd78792eea186d226c9cdbd746e (patch) | |
tree | 1336ee8d52a5355c58271f5f8d5ec6dc81b5165b /configure.ac | |
parent | 108d7693a443435e39d2278d5dbf842a80c6260c (diff) | |
download | curl-6761cf49f2543cd78792eea186d226c9cdbd746e.tar.gz |
Simple update to configure script to notify user of --with-axtls switch.
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 58e286f30..9096531d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1989,7 +1989,7 @@ fi if test "x$OPENSSL_ENABLED$GNUTLS_ENABLED$NSS_ENABLED$POLARSSL_ENABLED$AXTLS_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 or --with-nss to address this.]) + AC_MSG_WARN([Use --with-ssl, --with-gnutls, --with-polarssl, --with-nss or --with-axtls to address this.]) else # SSL is enabled, genericly AC_SUBST(SSL_ENABLED) |