Differences From Artifact [2a4e50e441]:
- File auto.def — part of check-in [0e34218465] at 2016-01-29 22:36:47 on branch configInTree — Make configure more robust when using the in-tree zlib and OpenSSL. (user: mistachkin size: 15586)
To Artifact [c325a65f27]:
- File auto.def — part of check-in [98881d8970] at 2016-01-29 22:57:01 on branch configInTree — Tweak for 'internal-sqlite=0'. (user: mistachkin size: 15623) [more...]
︙ | |||
95 96 97 98 99 100 101 102 103 104 105 106 107 108 | 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" } |
︙ |