]> git.sesse.net Git - vlc/blobdiff - configure.ac
libvlc: include config.h when needed
[vlc] / configure.ac
index e4ef489ca32f8e67c16871d416a1fb59f3a64c19..3e4ddb00931590ac51931cd6b683d8339c723bc0 100644 (file)
@@ -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)])
     ])
   ])
 ])