[tracker/rss-enclosures] configure: Cleaned up flickr indentation
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] configure: Cleaned up flickr indentation
- Date: Mon, 3 May 2010 00:47:57 +0000 (UTC)
commit 337843afead1ae79a227e3f3585b80650058463c
Author: Martyn Russell <martyn lanedo com>
Date: Thu Apr 29 18:01:21 2010 +0100
configure: Cleaned up flickr indentation
configure.ac | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 58ba32f..419492c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -810,18 +810,18 @@ AC_ARG_ENABLE(miner_flickr,
[enable_miner_flickr=auto])
if test "x$enable_miner_flickr" != "xno"; then
- PKG_CHECK_MODULES(MINER_FLICKR,
- [rest-0.6 >= $REST_REQUIRED],
- [have_miner_flickr=yes],
- [have_miner_flickr=no])
- AC_SUBST(MINER_FLICKR_LIBS)
- AC_SUBST(MINER_FLICKR_CFLAGS)
+ PKG_CHECK_MODULES(MINER_FLICKR,
+ [rest >= $REST_REQUIRED],
+ [have_miner_flickr=yes],
+ [have_miner_flickr=no])
+ AC_SUBST(MINER_FLICKR_LIBS)
+ AC_SUBST(MINER_FLICKR_CFLAGS)
fi
if test "x$enable_miner_flickr" = "xyes"; then
- if test "x$have_miner_flickr" != "xyes"; then
- AC_MSG_ERROR([Couldn't find the required dependencies for the Flickr miner: rest-0.6 >= $REST_REQUIRED.])
- fi
+ if test "x$have_miner_flickr" != "xyes"; then
+ AC_MSG_ERROR([Couldn't find the required dependencies for the Flickr miner: rest-0.6 >= $REST_REQUIRED.])
+ fi
fi
AM_CONDITIONAL(HAVE_MINER_FLICKR, test "x$have_miner_flickr" = "xyes")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]