From e91137eb94283d59bccdf8a2ed5ea452f7073096 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Sun, 3 Jan 2010 05:03:13 +0000 Subject: [PATCH] Disabled SQLITE_CORE, the SQLite mailing list says it isn't needed --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index fd65ae2..e2e4083 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -214,7 +214,7 @@ if ( $sqlite_inc ) { } my @CC_DEFINE = ( - '-DSQLITE_CORE', + # '-DSQLITE_CORE', '-DSQLITE_ENABLE_FTS3', # Disabled until we have a test for this # '-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10