configure: accept any openssl version.
This commit is contained in:
parent
3164e9c7ce
commit
db1766986c
2
configure
vendored
2
configure
vendored
@ -704,7 +704,7 @@ fi
|
|||||||
# libssl with pkg-config support is required.
|
# libssl with pkg-config support is required.
|
||||||
#
|
#
|
||||||
printf "Checking for libssl via pkg-config ... "
|
printf "Checking for libssl via pkg-config ... "
|
||||||
if pkg-config --exists 'libssl < 1.2' && ! pkg-config --exists libtls ; then
|
if pkg-config --exists 'libssl' && ! pkg-config --exists libtls ; then
|
||||||
echo "found OpenSSL version $(pkg-config --modversion libssl)."
|
echo "found OpenSSL version $(pkg-config --modversion libssl)."
|
||||||
elif pkg-config --exists libssl libtls; then
|
elif pkg-config --exists libssl libtls; then
|
||||||
echo "found LibreSSL version $(pkg-config --modversion libssl)."
|
echo "found LibreSSL version $(pkg-config --modversion libssl)."
|
||||||
|
Loading…
Reference in New Issue
Block a user