[totem] Add version number to the libgdata check error



commit 1f176d9277ed36b09ac8e6fbeeea420667e86916
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Apr 21 14:52:16 2009 +0100

    Add version number to the libgdata check error
    
    2009-04-21  Bastien Nocera  <hadess hadess net>
    
    	* configure.in: Add version number to the libgdata check error
---
 ChangeLog    |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ef95fe1..8bbff7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-21  Bastien Nocera  <hadess hadess net>
+
+	* configure.in: Add version number to the libgdata check error
+
 2009-04-15  Philip Withnall  <philip tecnocode co uk>
 
 	* src/backend/bacon-video-widget-gst-0.10.c
diff --git a/configure.in b/configure.in
index 18f14b5..51db0cb 100644
--- a/configure.in
+++ b/configure.in
@@ -610,7 +610,7 @@ for plugin in ${used_plugins}; do
 			PKG_CHECK_MODULES(LIBGDATA, libgdata >= 0.1.1,
 				[HAVE_LIBGDATA=yes], [HAVE_LIBGDATA=no])
 			if test "${HAVE_LIBGDATA}" != "yes" ; then
-				plugin_error_or_ignore "you need libgdata installed for the YouTube plugin"
+				plugin_error_or_ignore "you need libgdata >= 0.1.1 installed for the YouTube plugin"
 				add_plugin="0"
 			fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]