Index: third_party/sqlite/src/configure.ac |
diff --git a/third_party/sqlite/src/configure.ac b/third_party/sqlite/src/configure.ac |
index 441cf7808cedb8b126de5fcddebfacb4962d7ef1..ea8c23f5116504c0b736d23b3fe15a887acd9f9d 100644 |
--- a/third_party/sqlite/src/configure.ac |
+++ b/third_party/sqlite/src/configure.ac |
@@ -139,7 +139,7 @@ USE_AMALGAMATION=1 |
# if not, then we fall back to plain tclsh. |
# TODO: try other versions before falling back? |
# |
-AC_CHECK_PROGS(TCLSH_CMD, [tclsh8.4 tclsh], none) |
+AC_CHECK_PROGS(TCLSH_CMD, [tclsh8.5 tclsh], none) |
if test "$TCLSH_CMD" = "none"; then |
# If we can't find a local tclsh, then building the amalgamation will fail. |
# We act as though --disable-amalgamation has been used. |