[tracker/miner-twitter: 2/3] tracker-miner-twitter: Fix check for librest
- From: Adrien Bustany <abustany src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/miner-twitter: 2/3] tracker-miner-twitter: Fix check for librest
- Date: Wed, 10 Mar 2010 13:31:52 +0000 (UTC)
commit 93658ef0a0e0b81b8fe39024a40fa58819cb94b4
Author: Adrien Bustany <abustany gnome org>
Date: Wed Mar 10 09:54:32 2010 -0300
tracker-miner-twitter: Fix check for librest
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b6b0d9d..bc6b9c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -805,7 +805,7 @@ AC_ARG_ENABLE(miner_twitter,
if test "x$enable_miner_twitter" != "xno"; then
PKG_CHECK_MODULES(MINER_TWITTER,
- [ rest-0.6 >= $REST_REQUIRED twitter-glib-1.0 >= $TWITTER_GLIB_REQUIRED ],
+ [ rest >= $REST_REQUIRED twitter-glib-1.0 >= $TWITTER_GLIB_REQUIRED ],
[have_miner_twitter_deps=yes],
[have_miner_twitter_deps=no])
AC_SUBST(MINER_TWITTER_LIBS)
@@ -814,7 +814,7 @@ fi
if test "x$enable_miner_twitter" = "xyes"; then
if test "x$have_miner_twitter_deps" != "xyes"; then
- AC_MSG_ERROR([Couldn't find the required dependencies for the Twitter miner: rest-0.6 >= $REST_REQUIRED.])
+ AC_MSG_ERROR([Couldn't find the required dependencies for the Twitter miner: rest >= $REST_REQUIRED.])
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]