[vlc-devel] commit: Fix version number in error message ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Aug 30 16:42:45 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 30 17:42:23 2009 +0300| [2d15a4ba3fcbbdba0251766f43963cc2f7a6a75d] | committer: Rémi Denis-Courmont
Fix version number in error message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d15a4ba3fcbbdba0251766f43963cc2f7a6a75d
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index e4ef489..3e4ddb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)])
])
])
])
More information about the vlc-devel
mailing list