Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweak for 'internal-sqlite=0'. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | configInTree |
Files: | files | file ages | folders |
SHA1: |
98881d8970b25a039cf9a8546596dc79 |
User & Date: | mistachkin 2016-01-29 22:57:01.467 |
Context
2016-01-30
| ||
01:28 | Make configure more robust when using the in-tree zlib and OpenSSL. ... (check-in: b41f4284 user: mistachkin tags: trunk) | |
2016-01-29
| ||
22:57 | Tweak for 'internal-sqlite=0'. ... (Closed-Leaf check-in: 98881d89 user: mistachkin tags: configInTree) | |
22:36 | Make configure more robust when using the in-tree zlib and OpenSSL. ... (check-in: 0e342184 user: mistachkin tags: configInTree) | |
Changes
Changes to auto.def.
︙ | ︙ | |||
95 96 97 98 99 100 101 102 103 104 105 106 107 108 | if {![check-function-in-lib sqlite3_malloc64 sqlite3 $extralibs]} { user-error "system sqlite3 too old (require >= 3.8.7)" } # Success. Update symbols and return. # define USE_SYSTEM_SQLITE 1 define-append LIBS $extralibs return } } user-error "system sqlite3 not found" } | > | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | if {![check-function-in-lib sqlite3_malloc64 sqlite3 $extralibs]} { user-error "system sqlite3 too old (require >= 3.8.7)" } # Success. Update symbols and return. # define USE_SYSTEM_SQLITE 1 define-append LIBS -lsqlite3 define-append LIBS $extralibs return } } user-error "system sqlite3 not found" } |
︙ | ︙ |