mirror of
https://github.com/curl/curl.git
synced 2026-07-28 02:33:06 +03:00
configure: look for libngtcp2_crypto_libressl first
configure only fall back to quictls when libressl crypto was not found
This commit is contained in:
parent
b6056c2ad5
commit
51ecba2b06
2 changed files with 61 additions and 1 deletions
|
|
@ -292,6 +292,7 @@ if test "x$OPT_OPENSSL" != xno; then
|
|||
],[
|
||||
AC_MSG_RESULT([yes])
|
||||
ssl_msg="LibreSSL"
|
||||
HAVE_LIBRESSL=1
|
||||
],[
|
||||
AC_MSG_RESULT([no])
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue