[tracker] Fixes GB#635652: Correction in the --enable-tracker-search-tool configuration flag management
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Fixes GB#635652: Correction in the --enable-tracker-search-tool configuration flag management
- Date: Wed, 24 Nov 2010 08:08:58 +0000 (UTC)
commit 48568c20194a72e4fdeb0206657afbbc724fce0e
Author: Roberto Guido <bob4mail gmail com>
Date: Wed Nov 24 02:06:45 2010 +0100
Fixes GB#635652: Correction in the --enable-tracker-search-tool configuration flag management
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 36813e9..d6d20fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1270,7 +1270,7 @@ if test "x$enable_tracker_search_tool" = "xyes"; then
AC_MSG_ERROR([Couldn't find tracker-search-tool dependencies ($TRACKER_SEARCH_TOOL_REQUIRED).])
fi
else
- if test "xenable_tracker_search_tool" = "xno"; then
+ if test "x$enable_tracker_search_tool" = "xno"; then
have_tracker_search_tool="no (disabled)"
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]