ianmcook commented on a change in pull request #11046:
URL: https://github.com/apache/arrow/pull/11046#discussion_r700503739
##########
File path: r/configure
##########
@@ -267,6 +267,10 @@ if [ $? -eq 0 ]; then
BUNDLED_LIBS="$BUNDLED_LIBS -lssl -lcrypto -lcurl"
fi
fi
+ grep 'set(ARROW_JSON "ON")' $ARROW_OPTS_CMAKE >/dev/null 2>&1
Review comment:
minor nit: add a comment above this block for consistency with the
others here
```suggestion
# Check for JSON
grep 'set(ARROW_JSON "ON")' $ARROW_OPTS_CMAKE >/dev/null 2>&1
```
--
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]