summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-01-27 05:57:23 +0000
committerCy Schubert <cy@FreeBSD.org>2020-01-27 05:57:23 +0000
commit42b596d5ab262efe0235d4331fc4762e1671c3df (patch)
treedad64cf7b2515caa0bf28612eb3408a703329c4c /configure.ac
parentf123a1cc3a3542b7d1666e0948db581e800c2a82 (diff)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 26f96a6e48a7..9586dd900678 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
#
AC_PREREQ(2.61)
-AC_INIT(sqlite, 3.30.1, http://www.sqlite.org)
+AC_INIT(sqlite, 3.31.0, http://www.sqlite.org)
AC_CONFIG_SRCDIR([sqlite3.c])
AC_CONFIG_AUX_DIR([.])
@@ -161,7 +161,7 @@ AC_ARG_ENABLE(rtree, [AS_HELP_STRING(
[--enable-rtree], [include rtree support [default=yes]])],
[], [enable_rtree=yes])
if test x"$enable_rtree" = "xyes"; then
- BUILD_CFLAGS="$BUILD_CFLAGS -DSQLITE_ENABLE_RTREE"
+ BUILD_CFLAGS="$BUILD_CFLAGS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_GEOPOLY"
fi
#-----------------------------------------------------------------------