Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jun 15, 2024
1 parent bbd97d9 commit 7268a01
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ else
PKG_CFLAGS="$PKG_CFLAGS -DIS_BIG_ENDIAN"
fi

# Check for pre-specified R_S2_ABSL_HOME, which could be used in development
# to avoid recompiling Abseil when recompiling a clean version of the package.
# We might be able to use a previously installed Abseil, but as of this
# writing it is difficult to guarantee that it will work with an arbitrary
# Abseil installation.
# Check pkg-config for abseil-cpp, but fall back to a cmake build
if pkg-config absl_base --libs 2>/dev/null; then
echo "** Using abseil-cpp from pkg-config"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:`pwd`/tools/pkgconfig"
Expand Down

0 comments on commit 7268a01

Please sign in to comment.