aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cce917de..b54ece70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,9 +79,9 @@ AC_ARG_ENABLE([xembed],
[enable_xembed=yes])
AC_ARG_ENABLE([ssl],
- [AS_HELP_STRING([--enable-ssl], [Enable TLS support (for HTTPS)])],
+ [AS_HELP_STRING([--disable-ssl], [Disable TLS support (for HTTPS)])],
[enable_ssl=$enableval],
- [enable_ssl=no])
+ [enable_ssl=yes])
AC_ARG_WITH([ca-certs-file],
[AS_HELP_STRING([--with-ca-certs-file=FILE], [Specify where to find a bundle of trusted CA certificates for TLS])],