nealrichardson commented on code in PR #48297:
URL: https://github.com/apache/arrow/pull/48297#discussion_r2594963599
##########
r/tools/nixlibs.R:
##########
@@ -357,18 +348,14 @@ determine_binary_from_stderr <- function(errs) {
} else if (header_not_found("openssl/opensslv", errs)) {
lg("OpenSSL not found")
return(NULL)
- } else if (any(grepl("OpenSSL version too old", errs))) {
- lg("OpenSSL found but version >= 1.0.2 is required for some features")
+ } else if (
Review Comment:
I think the way to do this is to simplify the test program, L292-300, to do
what we want.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]