diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 14b2fa9968..dbbeecd86e 100755 --- a/configure +++ b/configure @@ -66,7 +66,7 @@ ac_help="$ac_help configure and build add-ons in DIR1,DIR2,... search for add-ons if no parameter given" ac_help="$ac_help - --without-tls prevent support for TLS" + --with-tls enable support for TLS" ac_help="$ac_help --enable-static-nss build static NSS modules [default=no]" ac_help="$ac_help @@ -819,7 +819,7 @@ if test "${with_tls+set}" = set; then withval="$with_tls" usetls=$withval else - usetls=yes + usetls=no fi |