summaryrefslogtreecommitdiff
path: root/build/m4
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2011-03-14 19:56:05 +0100
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2011-03-14 20:03:53 +0100
commit81b42046823759c6f190345df6d186212c3271e7 (patch)
tree1138105222261eea83204da185a98bdd1178b5b6 /build/m4
parentefd69d9896761388340f6b6e9cd98dbd421ef689 (diff)
build: Require ubuntuone-sharp >= 0.3.2 for the U1MS extension
The U1MusicStore.LoadStoreLink method that we're using now was only added in libubuntuone 0.3.2, so check for that version.
Diffstat (limited to 'build/m4')
-rw-r--r--build/m4/banshee/ubuntuonemusicstore.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/m4/banshee/ubuntuonemusicstore.m4 b/build/m4/banshee/ubuntuonemusicstore.m4
index 2ff4a67b7..95bc0cdc9 100644
--- a/build/m4/banshee/ubuntuonemusicstore.m4
+++ b/build/m4/banshee/ubuntuonemusicstore.m4
@@ -8,7 +8,7 @@ AC_DEFUN([BANSHEE_CHECK_UBUNTUONE],
if test "x$enable_ubuntuone" = "xyes"; then
has_ubuntuonesharp=no
PKG_CHECK_MODULES(UBUNTUONESHARP,
- [ubuntuone-sharp-1.0],
+ [ubuntuone-sharp-1.0 >= 0.3.2],
has_ubuntuonesharp=yes, has_ubuntuonesharp=no)
if test "x$has_ubuntuonesharp" = "xno"; then
AC_MSG_ERROR([ubuntuone-sharp was not found. Please install ubuntuone-sharp, or disable Ubuntu One support by passing --disable-ubuntuone])