There was an error while loading. Please reload this page.
1 parent 3164e9c commit db17669Copy full SHA for db17669
1 file changed
configure
@@ -704,7 +704,7 @@ fi
704
# libssl with pkg-config support is required.
705
#
706
printf "Checking for libssl via pkg-config ... "
707
-if pkg-config --exists 'libssl < 1.2' && ! pkg-config --exists libtls ; then
+if pkg-config --exists 'libssl' && ! pkg-config --exists libtls ; then
708
echo "found OpenSSL version $(pkg-config --modversion libssl)."
709
elif pkg-config --exists libssl libtls; then
710
echo "found LibreSSL version $(pkg-config --modversion libssl)."
0 commit comments