Fossil SCM
Update auto.def to MINIMUM_SQLITE_VERSION 3.43.00 to match [2abb23dba8bdc5db].
Commit
cbd27f23a694fa4d113915244d9b322bc8d682a3629e521ca334b8c4afd7f7b1
Parent
8347c4add172721…
1 file changed
+5
-4
M
auto.def
+5
-4
| --- auto.def | ||
| +++ auto.def | ||
| @@ -34,11 +34,11 @@ | ||
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | # Update the minimum required SQLite version number here, and also |
| 37 | 37 | # in src/main.c near the sqlite3_libversion_number() call. Take care |
| 38 | 38 | # that both places agree! |
| 39 | -define MINIMUM_SQLITE_VERSION "3.38.0" | |
| 39 | +define MINIMUM_SQLITE_VERSION "3.43.0" | |
| 40 | 40 | |
| 41 | 41 | # This is useful for people wanting Fossil to use an external SQLite library |
| 42 | 42 | # to compare the one they have against the minimum required |
| 43 | 43 | if {[opt-bool print-minimum-sqlite-version]} { |
| 44 | 44 | puts [get-define MINIMUM_SQLITE_VERSION] |
| @@ -178,13 +178,14 @@ | ||
| 178 | 178 | } |
| 179 | 179 | |
| 180 | 180 | find_system_sqlite |
| 181 | 181 | |
| 182 | 182 | proc test_system_sqlite {} { |
| 183 | - # Check compatibility of the system SQLite library by running the sqlcompttest.c | |
| 184 | - # program in the source tree | |
| 185 | - # passes MINIMUM_SQLITE_VERSION set at the top of this file to sqlcompttest.c | |
| 183 | + # Check compatibility of the system SQLite library by running the | |
| 184 | + # sqlcompttest.c program in the source tree passes | |
| 185 | + # MINIMUM_SQLITE_VERSION set at the top of this file to | |
| 186 | + # sqlcompttest.c | |
| 186 | 187 | # |
| 187 | 188 | set cmdline {} |
| 188 | 189 | lappend cmdline {*}[get-define CCACHE] |
| 189 | 190 | lappend cmdline {*}[get-define CC] {*}[get-define CFLAGS] |
| 190 | 191 | lappend cmdline $::autosetup(dir)/../tools/sqlcompattest.c -o conftest__ |
| 191 | 192 |
| --- auto.def | |
| +++ auto.def | |
| @@ -34,11 +34,11 @@ | |
| 34 | } |
| 35 | |
| 36 | # Update the minimum required SQLite version number here, and also |
| 37 | # in src/main.c near the sqlite3_libversion_number() call. Take care |
| 38 | # that both places agree! |
| 39 | define MINIMUM_SQLITE_VERSION "3.38.0" |
| 40 | |
| 41 | # This is useful for people wanting Fossil to use an external SQLite library |
| 42 | # to compare the one they have against the minimum required |
| 43 | if {[opt-bool print-minimum-sqlite-version]} { |
| 44 | puts [get-define MINIMUM_SQLITE_VERSION] |
| @@ -178,13 +178,14 @@ | |
| 178 | } |
| 179 | |
| 180 | find_system_sqlite |
| 181 | |
| 182 | proc test_system_sqlite {} { |
| 183 | # Check compatibility of the system SQLite library by running the sqlcompttest.c |
| 184 | # program in the source tree |
| 185 | # passes MINIMUM_SQLITE_VERSION set at the top of this file to sqlcompttest.c |
| 186 | # |
| 187 | set cmdline {} |
| 188 | lappend cmdline {*}[get-define CCACHE] |
| 189 | lappend cmdline {*}[get-define CC] {*}[get-define CFLAGS] |
| 190 | lappend cmdline $::autosetup(dir)/../tools/sqlcompattest.c -o conftest__ |
| 191 |
| --- auto.def | |
| +++ auto.def | |
| @@ -34,11 +34,11 @@ | |
| 34 | } |
| 35 | |
| 36 | # Update the minimum required SQLite version number here, and also |
| 37 | # in src/main.c near the sqlite3_libversion_number() call. Take care |
| 38 | # that both places agree! |
| 39 | define MINIMUM_SQLITE_VERSION "3.43.0" |
| 40 | |
| 41 | # This is useful for people wanting Fossil to use an external SQLite library |
| 42 | # to compare the one they have against the minimum required |
| 43 | if {[opt-bool print-minimum-sqlite-version]} { |
| 44 | puts [get-define MINIMUM_SQLITE_VERSION] |
| @@ -178,13 +178,14 @@ | |
| 178 | } |
| 179 | |
| 180 | find_system_sqlite |
| 181 | |
| 182 | proc test_system_sqlite {} { |
| 183 | # Check compatibility of the system SQLite library by running the |
| 184 | # sqlcompttest.c program in the source tree passes |
| 185 | # MINIMUM_SQLITE_VERSION set at the top of this file to |
| 186 | # sqlcompttest.c |
| 187 | # |
| 188 | set cmdline {} |
| 189 | lappend cmdline {*}[get-define CCACHE] |
| 190 | lappend cmdline {*}[get-define CC] {*}[get-define CFLAGS] |
| 191 | lappend cmdline $::autosetup(dir)/../tools/sqlcompattest.c -o conftest__ |
| 192 |