[tracker/miner-twitter: 4/4] twitter miner: Correctly check for librest
- From: Adrien Bustany <abustany src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/miner-twitter: 4/4] twitter miner: Correctly check for librest
- Date: Tue, 9 Mar 2010 11:53:29 +0000 (UTC)
commit 7ca48b3b68a4fce3b292ebdde870a0107a274709
Author: Adrien Bustany <abustany gnome org>
Date: Tue Mar 9 08:51:37 2010 -0300
twitter miner: Correctly check for librest
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f674bdc..5a878ce 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]