mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Move notice of GNUTLS >= 1.2 requirement to NEWS file
This commit is contained in:
parent
9e1472a72a
commit
a7e8926622
1
NEWS
1
NEWS
@ -3,6 +3,7 @@ in the gitweb interface. See the ChangeLog file for details.
|
||||
|
||||
ELinks now:
|
||||
|
||||
* SSL support via GNUTLS now requires 1.2 or higher
|
||||
* support for Lua 4.x was dropped, we only support Lua 5.x now
|
||||
* Python scripting back-end (experimental)
|
||||
* 88 colors support
|
||||
|
@ -791,9 +791,9 @@ disable_openssl=""
|
||||
disable_gnutls=""
|
||||
enable_gnutls=""
|
||||
|
||||
AC_ARG_WITH(gnutls, [ --without-gnutls disable GNUTLS (1.2+) SSL support],
|
||||
AC_ARG_WITH(gnutls, [ --without-gnutls disable GNUTLS SSL support],
|
||||
[if test "$with_gnutls" = no; then disable_gnutls=yes; fi])
|
||||
AC_ARG_WITH(gnutls, [ --with-gnutls[=DIR] enable GNUTLS (1.2+) SSL support],
|
||||
AC_ARG_WITH(gnutls, [ --with-gnutls[=DIR] enable GNUTLS SSL support],
|
||||
[if test "$with_gnutls" != no; then enable_gnutls=yes; fi])
|
||||
gnutls_withval="$withval"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user