kou commented on code in PR #35147:
URL: https://github.com/apache/arrow/pull/35147#discussion_r1176005072


##########
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:
   Ah, #35140 uses Apache Arrow 11.0.0.
   I was seeing the main branch.
   
   Yes. The change 
https://github.com/apache/arrow/pull/35147#discussion_r1175945751 will fix 
#35140. And it's already in the main branch: 
https://github.com/apache/arrow/pull/34229



-- 
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]

Reply via email to