summaryrefslogtreecommitdiff
path: root/tea/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'tea/configure.ac')
-rw-r--r--tea/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/tea/configure.ac b/tea/configure.ac
index 9879f8a..64c981f 100644
--- a/tea/configure.ac
+++ b/tea/configure.ac
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------
-AC_INIT([sqlite], [3.8.8.1])
+AC_INIT([sqlite], [3.20.1])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
@@ -78,7 +78,6 @@ TEA_ADD_LIBS([])
TEA_ADD_CFLAGS([-DSQLITE_ENABLE_FTS3=1])
TEA_ADD_CFLAGS([-DSQLITE_3_SUFFIX_ONLY=1])
TEA_ADD_CFLAGS([-DSQLITE_ENABLE_RTREE=1])
-TEA_ADD_CFLAGS([-DSQLITE_OMIT_DEPRECATED=1])
TEA_ADD_STUB_SOURCES([])
TEA_ADD_TCL_SOURCES([])