summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@src.gnome.org>2007-08-18 23:53:16 +0000
committerMichael Biebl <mbiebl@src.gnome.org>2007-08-18 23:53:16 +0000
commitae7dbb7d4db7368c208a166648fb69c39e665fc5 (patch)
tree96d29fb63258d1357e355871694c50aea1349ff1
parente39fc9d071abfbb4868abbd153ee2dd3c60175cd (diff)
downloadtracker-ae7dbb7d4db7368c208a166648fb69c39e665fc5.tar.gz
Correct a small typo
svn path=/trunk/; revision=783
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 42e695991..123c475e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -554,7 +554,7 @@ LIBGNOMEUI_REQUIRED=2.13.7
LIBGLADE_REQUIRED=2.5.0
GNOMEVFS_REQUIRED=2.8.4
-AC_ARG_ENABLE(gui, AC_HELP_STRING([--disable-gui], [Disable building of the gnome-search-tool]),,[enable_gui=yes])
+AC_ARG_ENABLE(gui, AC_HELP_STRING([--disable-gui], [Disable building of the tracker-search-tool]),,[enable_gui=yes])
if test "x$enable_gui" = "xyes"; then
PKG_CHECK_MODULES(GNOME_UTILS, [
gtk+-2.0 >= $GTK_REQUIRED