Fossil

Check-in [1aab3f31]
Login

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: 1aab3f31781ddb2305ac4136af441122d03677f699a7acf5d031a100d92d7e36
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
Unified Diff Ignore Whitespace Patch
Changes to auto.def.
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
            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
            msg-result "Using BIO_ADDR_hostname_string"
        }
    } 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







<







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