[tracker/tracker-0.8] configure.ac: fix HAVE_TRACKER_* define values in auto mode
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.8] configure.ac: fix HAVE_TRACKER_* define values in auto mode
- Date: Thu, 20 May 2010 15:30:59 +0000 (UTC)
commit dcffcd576556fadacfe1ae73a608b29e0312fe15
Author: Aleksander Morgado <aleksander lanedo com>
Date: Wed May 19 15:47:35 2010 +0200
configure.ac: fix HAVE_TRACKER_* define values in auto mode
configure.ac | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 09a2bc9..635f819 100644
--- a/configure.ac
+++ b/configure.ac
@@ -977,6 +977,9 @@ if test "x$enable_tracker_status_icon" = "xyes"; then
if test "x$have_tracker_status_icon" != "xyes"; then
AC_MSG_ERROR([Couldn't find tracker-status-icon dependencies ($APP_REQUIREMENTS).])
fi
+fi
+
+if test "x$have_tracker_status_icon" = "xyes"; then
AC_DEFINE(HAVE_TRACKER_STATUS_ICON, [1], [Define to 1 if status icon is compiled])
else
AC_DEFINE(HAVE_TRACKER_STATUS_ICON, [0], [Define to 0 if status icon is not compiled])
@@ -1008,6 +1011,9 @@ if test "x$enable_tracker_explorer" = "xyes"; then
if test "x$have_tracker_explorer" != "xyes"; then
AC_MSG_ERROR([Couldn't find tracker-explorer dependencies ($APP_REQUIREMENTS $VALA_REQUIREMENTS).])
fi
+fi
+
+if test "x$have_tracker_explorer" = "xyes"; then
AC_DEFINE(HAVE_TRACKER_EXPLORER, [1], [Define to 1 if tracker explorer is compiled])
else
AC_DEFINE(HAVE_TRACKER_EXPLORER, [0], [Define to 0 if tracker explorer is not compiled])
@@ -1039,6 +1045,9 @@ if test "x$enable_tracker_search_bar" = "xyes"; then
if test "x$have_tracker_search_bar" != "xyes"; then
AC_MSG_ERROR([Couldn't find tracker-search-bar dependencies ($APP_REQUIREMENTS $APPLET_REQUIREMENTS).])
fi
+fi
+
+if test "x$have_tracker_search_bar" = "xyes"; then
AC_DEFINE(HAVE_TRACKER_SEARCH_BAR, [1], [Define to 1 if t-s-b is compiled])
else
AC_DEFINE(HAVE_TRACKER_SEARCH_BAR, [0], [Define to 0 if t-s-b is not compiled])
@@ -1070,6 +1079,9 @@ if test "x$enable_tracker_search_tool" = "xyes"; then
if test "x$have_tracker_search_tool" != "xyes"; then
AC_MSG_ERROR([Couldn't find tracker-search-tool dependencies ($APP_REQUIREMENTS $VALA_REQUIREMENTS).])
fi
+fi
+
+if test "x$have_tracker_search_tool" = "xyes"; then
AC_DEFINE(HAVE_TRACKER_SEARCH_TOOL, [1], [Define to 1 if t-s-t is compiled])
else
AC_DEFINE(HAVE_TRACKER_SEARCH_TOOL, [0], [Define to 0 if t-s-t is not compiled])
@@ -1100,6 +1112,9 @@ if test "x$enable_tracker_preferences" = "xyes"; then
if test "x$have_tracker_preferences" != "xyes"; then
AC_MSG_ERROR([Couldn't find tracker-preferences dependencies ($APP_REQUIREMENTS).])
fi
+fi
+
+if test "x$have_tracker_preferences" = "xyes"; then
AC_DEFINE(HAVE_TRACKER_PREFERENCES, [1], [Define to 1 if tracker preferences is compiled])
else
AC_DEFINE(HAVE_TRACKER_PREFERENCES, [0], [Define to 0 if tracker preferences is not compiled])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]