Skip to content

Commit db17669

Browse files
author
Juan RP
committed
configure: accept any openssl version.
1 parent 3164e9c commit db17669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ fi
704704
# libssl with pkg-config support is required.
705705
#
706706
printf "Checking for libssl via pkg-config ... "
707-
if pkg-config --exists 'libssl < 1.2' && ! pkg-config --exists libtls ; then
707+
if pkg-config --exists 'libssl' && ! pkg-config --exists libtls ; then
708708
echo "found OpenSSL version $(pkg-config --modversion libssl)."
709709
elif pkg-config --exists libssl libtls; then
710710
echo "found LibreSSL version $(pkg-config --modversion libssl)."

0 commit comments

Comments
 (0)