Skip to content

Commit

Permalink
push the updated configure for the ssl check, assuming pkg-config is …
Browse files Browse the repository at this point in the history
…not installed.
  • Loading branch information
karlheyes committed Apr 23, 2020
1 parent 24e72f3 commit 52ebec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -19504,7 +19504,7 @@ fi


if test "x$openssl_prefix" != "x" -a "x$openssl_prefix" != "xyes"; then
OPENSSL_LIBS="-L$openssl_prefix/lib -lssl"
OPENSSL_LIBS="-L$openssl_prefix/lib -lssl -lcrypto"
OPENSSL_CFLAGS="-I$openssl_prefix/include"
else
# Extract the first word of "pkg-config", so it can be a program name with args.
Expand Down Expand Up @@ -19557,7 +19557,7 @@ fi
else
openssl_prefix="$prefix"
fi
OPENSSL_LIBS="-L$openssl_prefix/lib -lssl"
OPENSSL_LIBS="-L$openssl_prefix/lib -lssl -lcrypto"
OPENSSL_CFLAGS="-I$openssl_prefix/include"
fi
fi
Expand Down

0 comments on commit 52ebec4

Please sign in to comment.