Skip to content

Commit

Permalink
Don't mention SSL, mark TLS support as non experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Feb 22, 2015
1 parent 71700aa commit 761e5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 ])
Expand Down

0 comments on commit 761e5f3

Please sign in to comment.