From 761e5f3b32ba99f11964d8891db8fb8fb1d1d616 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 22 Feb 2015 13:40:51 +0100 Subject: [PATCH] Don't mention SSL, mark TLS support as non experimental --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c70ba32..aa18b308 100644 --- a/configure.ac +++ b/configure.ac @@ -1351,7 +1351,7 @@ AC_ARG_WITH(pgsql, fi ]) AC_ARG_WITH(tls, -[AS_HELP_STRING(--with-tls,Enable SSL/TLS support (experimental, needs OpenSSL))], +[AS_HELP_STRING(--with-tls,Enable TLS support)], [ if test "x$withval" = "xyes" ; then with_tls="yes" fi ])