[tracker] pkg-config should look for rest-0.6, not rest



commit 5fb6665eed6fe096cb538f3461e8ac1b3f5dc720
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Mon May 10 11:21:03 2010 +0200

    pkg-config should look for rest-0.6, not rest

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 562ac15..c100450 100644
--- a/configure.ac
+++ b/configure.ac
@@ -811,7 +811,7 @@ AC_ARG_ENABLE(miner_flickr,
 
 if test "x$enable_miner_flickr" != "xno"; then
    PKG_CHECK_MODULES(MINER_FLICKR,
-                     [rest >= $REST_REQUIRED],
+                     [rest-0.6 >= $REST_REQUIRED],
                      [have_miner_flickr=yes],
                      [have_miner_flickr=no])
    AC_SUBST(MINER_FLICKR_LIBS)



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