Commit 0916252b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix version number in error message

(cherry picked from commit 2d15a4ba)
parent 821e8949
......@@ -5428,7 +5428,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