From ca89bb4112824d1a8d187ad2fa313dce4e81e249 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Wed, 27 May 2009 03:21:55 +0000 Subject: [PATCH] Disable the FTS extension until it's tested --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 472f7e0..4b2c7bd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -172,7 +172,8 @@ if ( $sqlite_inc ) { my @CC_DEFINE = ( '-DSQLITE_CORE', '-DSQLITE_ENABLE_FTS3', - '-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10 + # Disabled until we have a test for this + # '-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10 '-DSQLITE_ENABLE_COLUMN_METADATA', '-DNDEBUG=1', "-DSQLITE_PTR_SZ=$Config{ptrsize}"