[vlc-devel] commit: Fix version number in error message ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Aug 30 16:44:20 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 30 17:42:23 2009 +0300| [0916252bed968d1184b250ef4a2d0bf8d44969e2] | committer: Rémi Denis-Courmont 

Fix version number in error message
(cherry picked from commit 2d15a4ba3fcbbdba0251766f43963cc2f7a6a75d)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0916252bed968d1184b250ef4a2d0bf8d44969e2
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4e0544f..0b9a147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)])
     ])
   ])
 ])




More information about the vlc-devel mailing list