Commit 44db6102 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: require GnuTLS >= 2.6.6 (over 3 years old)

Certificate date verification has changed. To get proper errors,
we need to depend on the newer versions.
parent 334523aa
......@@ -3985,7 +3985,7 @@ AS_IF([test "${have_libgcrypt}" != "yes"], [
enable_gnutls="no"
])
AS_IF([test "${enable_gnutls}" != "no"], [
PKG_CHECK_MODULES(GNUTLS, [gnutls >= 2.0.0], [
PKG_CHECK_MODULES(GNUTLS, [gnutls >= 2.8.0], [
VLC_ADD_PLUGIN([gnutls])
], [
AS_IF([test -n "${enable_gnutls}"], [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment