[tracker] tracker-preferences: Fixed check which used "text" not "test"
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-preferences: Fixed check which used "text" not "test"
- Date: Fri, 29 Oct 2010 08:02:18 +0000 (UTC)
commit c1956598f698279ed43573239b6062aeca1abfb7
Author: Deji Akingunola <dakingun gmail com>
Date: Fri Oct 29 09:00:27 2010 +0100
tracker-preferences: Fixed check which used "text" not "test"
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7e46cbf..2368ea8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1293,7 +1293,7 @@ if test "x$enable_tracker_preferences" = "xyes" ; then
AC_MSG_ERROR([Couldn't find tracker-preferences dependencies ($TRACKER_PREFERENCES_REQUIRED).])
fi
else
- if text "x$enable_tracker_preferences" = "xno"; then
+ if test "x$enable_tracker_preferences" = "xno"; then
have_tracker_preferences="no (disabled)"
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]