summaryrefslogtreecommitdiff
path: root/tea/configure.ac
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-08-24 16:58:43 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-08-24 16:58:43 +0000
commit08944810f3b9632de38ae92499c63464f212e0fe (patch)
tree0cc5b41397bbde6e52728e1f862d29d141b1c9cb /tea/configure.ac
parent24adc227bc29cd17e39df097fbca389c7724cd14 (diff)
downloadsqlite3-08944810f3b9632de38ae92499c63464f212e0fe.tar.gz
sqlite-autoconf-3200100HEADsqlite-autoconf-3200100master
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([])