From 161b1e2ac3d81047a2f64e0ba24b3fc9b24725ec Mon Sep 17 00:00:00 2001
From: Eric Hu <ehu@directv.com>
Date: Tue, 7 Dec 2010 14:28:06 -0800
Subject: [PATCH] Simple update to configure script to notify user of --with-axtls switch.

---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 58e286f..9096531 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)
-- 
1.6.0.6

