summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manishsinha@ubuntu.com>2013-03-15 15:49:29 -0700
committerManish Sinha <manishsinha@ubuntu.com>2013-03-15 15:49:29 -0700
commitf607e12f54561c4155dad88fe679c732e0705aaf (patch)
treed3e73b917e7c7ab13372c45310aa7fa47c74f792
parent3dd83060fd468c13563664d41ee5cd435ce1d38e (diff)
downloadzeitgeist-f607e12f54561c4155dad88fe679c732e0705aaf.tar.gz
Since FTS is disabled by default, change --disable-fts to --enable-fts
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0c9c32e6..5848be8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ AM_CONDITIONAL(EXPLAIN_QUERIES, test "x$explain_queries" = "xyes")
#################################################
AC_ARG_ENABLE([fts],
- AS_HELP_STRING([--disable-fts], [Build without FTS++ extension]),
+ AS_HELP_STRING([--enable-fts], [Build with FTS++ extension]),
[enable_fts=$enableval],[enable_fts="no"])
AM_CONDITIONAL(HAVE_FTS, test "x$enable_fts" = "xyes")