kou commented on code in PR #35147:
URL: https://github.com/apache/arrow/pull/35147#discussion_r1176000197
##########
r/configure:
##########
@@ -252,6 +252,10 @@ echo "#include $PKG_TEST_HEADER" | ${TEST_CMD} >/dev/null
2>&1
if [ $? -eq 0 ]; then
# Check for features
+ if [ "$LIB_DIR" = "" ]; then
+ # In case LIB_DIR wasn't previously set, infer from PKG_DIRS
+ LIB_DIR=`echo $PKG_DIRS | sed -e 's/^-L//'`
+ fi
Review Comment:
Sorry. Could you explain more the context for it? Can I see a build log for
the case? This case https://github.com/apache/arrow/issues/35140 ? Or other
case?
If this is for #35140, I think that the isn't related because
`FOUND_LIB_DIR` doesn't have any space:
```text
*** Arrow C++ libraries found via pkg-config at
/opt/homebrew/Cellar/apache-arrow/11.0.0_3/lib
```
--
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]