Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jul 5, 2021
1 parent 83d92ff commit 4b94acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -17,6 +17,7 @@ PKG_TEST_HEADER="<libpq-fe.h>"
PKG_LIBS="-lpq"

# Extra checks on MacOS for SSL support in libpq
# command -v is probably fine: https://stackoverflow.com/a/677212/946850
if [ `uname` = "Darwin" ] && [ `command -v pkg-config` ]; then
if pkg-config --atleast-version=12 libpq; then
case "`pkg-config --libs --static libpq`" in
Expand Down

0 comments on commit 4b94acc

Please sign in to comment.