Commit 2d15a4ba authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix version number in error message

parent 394e1775
......@@ -4623,7 +4623,7 @@ AS_IF([test "${enable_gnutls}" != "no"], [
VLC_ADD_LIBS([gnutls], [$GNUTLS_LIBS])
], [
AS_IF([test "${enable_gnutls}" = "yes"], [
AC_MSG_ERROR([gnutls not present or too old (version 1.2.9 required)])
AC_MSG_ERROR([gnutls not present or too old (version 1.7.4 required)])
])
])
])
......
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