Fossil SCM
Remove extra output when requirements are found and there is really no need for a warning here either.
Commit
1aab3f31781ddb2305ac4136af441122d03677f699a7acf5d031a100d92d7e36
Parent
f517cb7f25c54ec…
1 file changed
-1
M
auto.def
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -379,11 +379,10 @@ | ||
| 379 | 379 | } |
| 380 | 380 | } |
| 381 | 381 | if {[cc-check-function-in-lib BIO_ADDR_hostname_string ssl] && \ |
| 382 | 382 | [cc-check-function-in-lib BIO_get_conn_address ssl]} { |
| 383 | 383 | define HAVE_BIO_ADDR_HS 1 |
| 384 | - msg-result "Using BIO_ADDR_hostname_string" | |
| 385 | 384 | } |
| 386 | 385 | } else { |
| 387 | 386 | user-error "OpenSSL not found. Consider --with-openssl=none to disable HTTPS support" |
| 388 | 387 | } |
| 389 | 388 | } else { |
| 390 | 389 |
| --- auto.def | |
| +++ auto.def | |
| @@ -379,11 +379,10 @@ | |
| 379 | } |
| 380 | } |
| 381 | if {[cc-check-function-in-lib BIO_ADDR_hostname_string ssl] && \ |
| 382 | [cc-check-function-in-lib BIO_get_conn_address ssl]} { |
| 383 | define HAVE_BIO_ADDR_HS 1 |
| 384 | msg-result "Using BIO_ADDR_hostname_string" |
| 385 | } |
| 386 | } else { |
| 387 | user-error "OpenSSL not found. Consider --with-openssl=none to disable HTTPS support" |
| 388 | } |
| 389 | } else { |
| 390 |
| --- auto.def | |
| +++ auto.def | |
| @@ -379,11 +379,10 @@ | |
| 379 | } |
| 380 | } |
| 381 | if {[cc-check-function-in-lib BIO_ADDR_hostname_string ssl] && \ |
| 382 | [cc-check-function-in-lib BIO_get_conn_address ssl]} { |
| 383 | define HAVE_BIO_ADDR_HS 1 |
| 384 | } |
| 385 | } else { |
| 386 | user-error "OpenSSL not found. Consider --with-openssl=none to disable HTTPS support" |
| 387 | } |
| 388 | } else { |
| 389 |