Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove extra output when requirements are found and there is really no need for a warning here either. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1aab3f31781ddb2305ac4136af441122 |
User & Date: | andybradford 2019-03-26 01:45:06.762 |
Context
2019-03-27
| ||
13:16 | Accept pure numeric ISO8601 date/time strings (without punctuation) if there are not conflicts with other identifiers. ... (check-in: 437f39b8 user: drh tags: trunk) | |
2019-03-26
| ||
01:45 | Remove extra output when requirements are found and there is really no need for a warning here either. ... (check-in: 1aab3f31 user: andybradford tags: trunk) | |
2019-03-25
| ||
18:43 | Capture both SSL library requirements before attempting to build the code. ... (check-in: f517cb7f user: andybradford tags: trunk) | |
Changes
Changes to auto.def.
︙ | ︙ | |||
377 378 379 380 381 382 383 | if {[cctest -cflags {-Wdeprecated-declarations}]} { define-append EXTRA_CFLAGS -Wdeprecated-declarations } } if {[cc-check-function-in-lib BIO_ADDR_hostname_string ssl] && \ [cc-check-function-in-lib BIO_get_conn_address ssl]} { define HAVE_BIO_ADDR_HS 1 | < | 377 378 379 380 381 382 383 384 385 386 387 388 389 390 | if {[cctest -cflags {-Wdeprecated-declarations}]} { define-append EXTRA_CFLAGS -Wdeprecated-declarations } } if {[cc-check-function-in-lib BIO_ADDR_hostname_string ssl] && \ [cc-check-function-in-lib BIO_get_conn_address ssl]} { define HAVE_BIO_ADDR_HS 1 } } else { user-error "OpenSSL not found. Consider --with-openssl=none to disable HTTPS support" } } else { if {[info exists ::zlib_lib]} { define-append LIBS $::zlib_lib |
︙ | ︙ |