From: Eric Hu Date: Tue, 7 Dec 2010 22:28:06 +0000 (-0800) Subject: Simple update to configure script to notify user of --with-axtls switch. X-Git-Tag: curl-7_21_4~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6761cf49f2543cd78792eea186d226c9cdbd746e;p=thirdparty%2Fcurl.git Simple update to configure script to notify user of --with-axtls switch. --- diff --git a/configure.ac b/configure.ac index 58e286f303..9096531d0b 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)