jonkeane commented on a change in pull request #10710:
URL: https://github.com/apache/arrow/pull/10710#discussion_r684791805
##########
File path: r/configure
##########
@@ -173,6 +186,11 @@ else
BUNDLED_LIBS=`echo "$BUNDLED_LIBS" | sed -e "s/\\.a lib/ -l/g" | sed
-e "s/\\.a$//" | sed -e "s/^lib/-l/" | tr '\n' ' ' | sed -e "s/ $//"`
PKG_DIRS="-L`pwd`/$LIB_DIR"
+ # Use pkg-config to do static linking of libarrow's dependencies
+ if [ "$ARROW_DEPENDENCY_SOURCE" = AUTO ]; then
Review comment:
```suggestion
if [ "$ARROW_DEPENDENCY_SOURCE" = AUTO | "$ARROW_DEPENDENCY_SOURCE"
= SYSTEM ]; then
```
--
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]