nealrichardson commented on a change in pull request #10950: URL: https://github.com/apache/arrow/pull/10950#discussion_r692934867
########## File path: r/configure ########## @@ -255,17 +254,19 @@ if [ $? -eq 0 ] || [ "$UNAME" = "Darwin" ]; then echo "PKG_CFLAGS=$PKG_CFLAGS" echo "PKG_LIBS=$PKG_LIBS" else - if [ "$UNAME" = "Darwin" ]; then - # Just for debugging: is this possible? - echo "Test to load header failed. Command:" - echo "$TEST_CMD" - fi echo "------------------------- NOTE ---------------------------" echo "See https://arrow.apache.org/docs/r/articles/install.html" echo "for help installing Arrow C++ libraries" echo "---------------------------------------------------------" PKG_LIBS="" PKG_CFLAGS="" + if [ "$UNAME" != "SunOS" ] && [ "$TEST_R_WITHOUT_LIBARROW" != "true" ]; then Review comment: ```suggestion if [ "$UNAME" != "SunOS" ] && [ "$TEST_R_WITHOUT_LIBARROW" != "TRUE" ]; 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org