1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-02 05:54:29 +03:00

Check-in [87a6a9970b] did not completely disable FTS4. This check-in aims

to finish the job.

FossilOrigin-Name: 0259b6299e435b3c3a7ca33df8c38c8a5dc84a61
This commit is contained in:
drh
2010-03-09 13:02:09 +00:00
parent c7594fc635
commit 0b2f8ba965
4 changed files with 17 additions and 11 deletions

View File

@@ -84,9 +84,11 @@ static const char * const azCompileOpt[] = {
#ifdef SQLITE_ENABLE_FTS3_PARENTHESIS
"ENABLE_FTS3_PARENTHESIS",
#endif
#if 0 /* Disabled because FTS4 is not ready for publication */
#ifdef SQLITE_ENABLE_FTS4
"ENABLE_FTS4",
#endif
#endif
#ifdef SQLITE_ENABLE_ICU
"ENABLE_ICU",
#endif