mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Now enable TLS stream support by default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25912 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5d124ff9cf
commit
3fbd8c2cf6
5 changed files with 8501 additions and 6609 deletions
|
@ -2120,7 +2120,7 @@ AC_SUBST(HAVE_LIBXML)
|
|||
|
||||
AC_ARG_ENABLE(tls,
|
||||
[ --disable-tls Disable use of GNUTLS],,
|
||||
enable_tls=no)
|
||||
enable_tls=yes)
|
||||
|
||||
if test $enable_tls = yes; then
|
||||
# Save CFLAGS and LIBS as AM_PATH_TLS clobbers these variables regardless
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue