mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
Allow using libgmp with AppleTLS/WinTLS
This commit is contained in:
parent
ff9607d6a9
commit
337d8ac929
@ -420,7 +420,9 @@ if test "x$have_openssl" != "xyes"; then
|
||||
fi
|
||||
fi
|
||||
if test "x$with_libgmp" = "xyes" &&
|
||||
test "x$have_libnettle" = "xyes" &&
|
||||
(test "x$have_libnettle" = "xyes" ||
|
||||
test "x$have_appletls" = "xyes" ||
|
||||
test "x$have_wintls" = "xyes") &&
|
||||
test "x$enable_bittorrent" = "xyes"; then
|
||||
AC_SEARCH_LIBS([__gmpz_init], [gmp], [have_libgmp=yes], [have_libgmp=no])
|
||||
if test "x$have_libgmp" = "xyes"; then
|
||||
|
Loading…
Reference in New Issue
Block a user