Skip to content

Commit

Permalink
add pkg-config debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Nov 30, 2023
1 parent cc843f1 commit 9e9cead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r/configure
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ fi
# Test if pkg-config is available to use
if ${PKG_CONFIG} --version >/dev/null 2>&1; then
PKG_CONFIG_AVAILABLE="true"
echo "*** pkg-config found."
else
echo "*** pkg-config not found."
PKG_CONFIG_AVAILABLE="false"
ARROW_USE_PKG_CONFIG="false"
fi
Expand Down

0 comments on commit 9e9cead

Please sign in to comment.